From 7aac2e8d05f62870d74b576bd516ebe0bbe63c02 Mon Sep 17 00:00:00 2001 From: juncaiq Date: Tue, 16 Dec 2025 12:28:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screen/report/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }) }