From 90de81ed138823dc498b201bc7873f74016d2f65 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期三, 23 十一月 2022 15:20:23 +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