From f0cd5a4fe3b366fa753b8da5e387673c30c4d0f7 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期三, 30 十一月 2022 08:55:19 +0800
Subject: [PATCH] 更新

---
 src/api/specialCheck.js |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/src/api/specialCheck.js b/src/api/specialCheck.js
index 822313e..ff59d9b 100644
--- a/src/api/specialCheck.js
+++ b/src/api/specialCheck.js
@@ -96,3 +96,38 @@
         data
     })
 }
+
+// 点击栏目数字跳转到监管机构抽查情况
+export function getSpotCheckRecord(data){
+    return request({
+        headers:{
+            'Authorization':getToken()
+        },
+        url:process.env.BASE_API+ '/taskSpotCheck/select/getSpotCheckRecordWithHiddendangerCount',
+        method:'post',
+        data
+    })
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

--
Gitblit v1.9.2