MrShi
9 天以前 4fabfe4dbd2eb28d07a4350597d314958cc1c281
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) {