From 9c64bb40c4fc66ed105bb441b39affe91b930331 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 27 六月 2024 15:14:01 +0800 Subject: [PATCH] feat:批量审核 --- src/api/platform/check-rule.js | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/api/platform/check-rule.js b/src/api/platform/check-rule.js index 51d5326..3a44b68 100644 --- a/src/api/platform/check-rule.js +++ b/src/api/platform/check-rule.js @@ -5,7 +5,7 @@ return request({ url: '/check/rule/list', method: 'get', - data: query + params: query }) } @@ -26,6 +26,8 @@ }) } + + // 淇敼鑰冩牳瑙勫垯 export function updateCheckRule(data) { return request({ @@ -43,10 +45,4 @@ }) } -// 鑾峰彇涓嬫媺鍒楄〃 -export function ruleSelect() { - return request({ - url: '/check-rule/list', - method: 'get' - }) -} + -- Gitblit v1.8.0