From d6bc20ee2a65bc69237dda0b0296d514e7e28763 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期四, 24 十一月 2022 13:57:29 +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