k94314517
2025-02-21 a18887bf0bae1e775f7e331917449f66519c9a12
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) {