From e5335fe38cada400f34ab7bacf1361502b71e0d0 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 23 Nov 2022 15:56:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=88=86=E4=BA=AB=E6=A0=91=EF=BC=8C=E5=BA=95=E5=B1=82?= =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E6=9D=BF=E4=BC=9Aloading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/panel/share.js | 2 +- frontend/src/api/system/dept.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/api/panel/share.js b/frontend/src/api/panel/share.js index e711dc0a44..16bef88d09 100644 --- a/frontend/src/api/panel/share.js +++ b/frontend/src/api/panel/share.js @@ -38,7 +38,7 @@ export function loadShares(data) { return request({ url: '/api/share/queryWithResourceId', method: 'post', - loading: true, + loading: false, data }) } diff --git a/frontend/src/api/system/dept.js b/frontend/src/api/system/dept.js index 1937d17234..9ab0075afb 100644 --- a/frontend/src/api/system/dept.js +++ b/frontend/src/api/system/dept.js @@ -13,7 +13,7 @@ export function loadTable(data) { url: 'api/dept/search', method: 'post', data, - loading: true + loading: false }) }