From 6de39d0cc846f2e827a6536ce1e4493de14f7b33 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期一, 28 十一月 2022 15:41:44 +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