diff --git a/src/views/screen/report/index.ts b/src/views/screen/report/index.ts index 8a5584d..addea04 100644 --- a/src/views/screen/report/index.ts +++ b/src/views/screen/report/index.ts @@ -136,7 +136,7 @@ export const batchGetTableList = (reportCodes: string, data?) => { // 统计周期 cycle: day,month,year 对应月日年 export const getWorkOrderStatistics = (data: {workOrderType: string, taskType: string, campus_id?: string}) => { - return request.post({ url: '/jeelowcode/report-data/list/report_work_order_statistics', data: {...data, page: 1, paseSize: 1} }) + return request.post({ url: '/jeelowcode/report-data/list/report_work_order_statistics', data: {...data, pageNo: 1, paseSize: 1} }) }