From d9b664f86db371b19bd1a3142eb17809e44d4880 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 20 Feb 2023 15:01:22 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2=E4=BF=9D=E5=AD=98=E6=97=B6?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A1=B5=E9=9D=A2=E9=81=AE=E7=BD=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/system/user.js | 1 + frontend/src/views/system/user/UserEditer.vue | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/api/system/user.js b/frontend/src/api/system/user.js index cdfc543a6d..6b366912e4 100644 --- a/frontend/src/api/system/user.js +++ b/frontend/src/api/system/user.js @@ -35,6 +35,7 @@ export const addUser = (data) => { return request({ url: pathMap.createPath, method: 'post', + loading: true, data }) } diff --git a/frontend/src/views/system/user/UserEditer.vue b/frontend/src/views/system/user/UserEditer.vue index 5635d732a8..5e58d7b4c8 100644 --- a/frontend/src/views/system/user/UserEditer.vue +++ b/frontend/src/views/system/user/UserEditer.vue @@ -1,5 +1,6 @@