From 3a375c0f1b4d750a277a2a793f289c1d8edfcd1d Mon Sep 17 00:00:00 2001 From: Romesum Date: Sat, 9 May 2020 03:03:07 +0800 Subject: [PATCH] =?UTF-8?q?[fix][V]=EF=BC=9A=E5=AE=8C=E5=96=84=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=AE=A1=E7=90=86=20=E7=94=A8=E6=88=B7=E7=BB=84?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/supManager/userEditForm.vue | 6 +++--- .../src/components/supManager/userManage.vue | 18 ++++++++++++------ 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/element-vue/src/components/supManager/userEditForm.vue b/element-vue/src/components/supManager/userEditForm.vue index 5f8fa39..60d8fbc 100644 --- a/element-vue/src/components/supManager/userEditForm.vue +++ b/element-vue/src/components/supManager/userEditForm.vue @@ -5,8 +5,8 @@ - - + + @@ -62,7 +62,7 @@ username: this.userForm.username, office: this.userForm.office, position: parseInt(this.userForm.position), - uid: this.userForm.uid + uId: this.userForm.uid }).catch(async e => { await showFail(e.msg,this) await stop() diff --git a/element-vue/src/components/supManager/userManage.vue b/element-vue/src/components/supManager/userManage.vue index 8cf45da..5523b23 100644 --- a/element-vue/src/components/supManager/userManage.vue +++ b/element-vue/src/components/supManager/userManage.vue @@ -21,18 +21,24 @@ style="width: 100%;margin-top: 20px"> - + + +