jiangping
2025-02-21 1baed91dd6c4cfc8a230c2857132ef6302cc4f3c
admin/src/api/business/actionLog.js
@@ -6,6 +6,12 @@
    trim: true
  })
}
// 查询
export function fetchListOld (data) {
  return request.post('/business/actionLog/findPage', data, {
    trim: true
  })
}
// 导出Excel
export function exportExcel (data) {