From ba22aeb1f473a7be59983af916899586abeae291 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Thu, 26 Dec 2024 18:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=95=B0=E6=8D=AE=E9=9A=94?= =?UTF-8?q?=E7=A6=BB=EF=BC=8Cbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/setting/rules.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api/setting/rules.js b/src/api/setting/rules.js index 48649b1..0557696 100644 --- a/src/api/setting/rules.js +++ b/src/api/setting/rules.js @@ -17,7 +17,7 @@ export function getAttGroup(groupId) { method: 'get' }) } - + // 查询组织选择列表 export function selectOrgList(data) { return request({ @@ -53,4 +53,3 @@ export function delAttGroup(groupId) { method: 'delete' }) } - \ No newline at end of file