111
k94314517
2025-03-05 97f0349543ba83e6cdf69d99328f811bee40102e
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) {