From 2cfbc714c3e96e6f0f4cb69b4b1ee4f928c1c919 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期一, 28 十一月 2022 16:48:47 +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