111
k94314517
2025-02-19 69c7aa6c7cf05197c0b1d1e9e19759943a5fb3a1
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) {