From 23412e0effa27d5d0f79f5796bc4e738cf8cd1fc Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Fri, 03 Mar 2023 16:08:49 +0800
Subject: [PATCH] 更新
---
src/api/intellectInspectSystem/inspectRecord/index.ts | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/api/intellectInspectSystem/inspectRecord/index.ts b/src/api/intellectInspectSystem/inspectRecord/index.ts
index 7494173..a7d17bb 100644
--- a/src/api/intellectInspectSystem/inspectRecord/index.ts
+++ b/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',
+ });
}
};
}
--
Gitblit v1.9.2