From d4c8e63d9f4b111d97879b52f327535ef41c5cae Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期五, 16 九月 2022 16:28:29 +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