From 0f0f42975c3022f6062eb7b433f4d9a49836f244 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期一, 15 八月 2022 19:43:56 +0800 Subject: [PATCH] 标准项 --- src/api/intellectInspectSystem/inspectRecord/index.ts | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/api/intellectInspectSystem/inspectRecord/index.ts b/src/api/intellectInspectSystem/inspectRecord/index.ts index d66f099..7494173 100644 --- a/src/api/intellectInspectSystem/inspectRecord/index.ts +++ b/src/api/intellectInspectSystem/inspectRecord/index.ts @@ -17,6 +17,13 @@ method: 'post', data: data }); + }, + getInspectRecordByIndex: (data: object) => { + return request({ + url: import.meta.env.VITE_API_URL + `/SafeCheckTask/select/listTaskByPageAndStatusAndTime`, + method: 'post', + data: data + }); } }; } -- Gitblit v1.9.2