From bb455cebea17349a2f5ed0d4e86eac3905b24585 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 26 Sep 2022 17:19:35 +0800
Subject: [PATCH] '修改'
---
src/api/inspectStatistics.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/api/inspectStatistics.js b/src/api/inspectStatistics.js
index a4047ad..be733aa 100644
--- a/src/api/inspectStatistics.js
+++ b/src/api/inspectStatistics.js
@@ -22,3 +22,14 @@
data
})
}
+
+export function getInspectTask(data) {
+ return request({
+ headers: {
+ 'Authorization': getToken()
+ },
+ url: process.env.BASE_API + '/prevent/riskEvent/statistics/inspection-task',
+ method: 'post',
+ data
+ })
+}
--
Gitblit v1.9.2