src/api/intellectInspectSystem/inspectRecord/index.ts
@@ -24,6 +24,20 @@ method: 'post', data: data }); }, getInspectRecordSum: (data: object) => { return request({ url: import.meta.env.VITE_API_URL + `/SafeCheckTask/select/listTaskQuotaGbRegionGbQuotaGbPoint`, method: 'post', data: data }); }, getDayRecord: () => { return request({ url: import.meta.env.VITE_API_URL + `/SafeCheckTask/select/listTaskByNoCheckTaskAndAbnormalTask`, method: 'get', }); } }; }