From 61aa46c5c464eb3c2b6674173cd854e1c9afd7ae Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Fri, 19 Aug 2022 17:08:15 +0800
Subject: [PATCH] bug
---
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