From 1bda425cb245d951bc64ac170e2f6751fb0fcf0e Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期五, 12 八月 2022 19:06:06 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt --- 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