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 @@