From 6f954f70f54e492157b97db314eaaaeb12192580 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期四, 29 九月 2022 09:12:04 +0800
Subject: [PATCH] 'lct'

---
 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