From 338158eb3bb22ed5f0c1445277a82a9ae568a339 Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Wed, 23 Oct 2024 14:36:14 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD](pet)=20?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=94=A8=E6=88=B7=E5=90=8D=E5=92=8C=E8=BA=AB=E4=BB=BD?= =?UTF-8?q?=E8=AF=81=E5=8F=B7=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/corpInfo/user/components/edit.vue | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/views/corpInfo/user/components/edit.vue b/src/views/corpInfo/user/components/edit.vue index 36197b6..2837e11 100644 --- a/src/views/corpInfo/user/components/edit.vue +++ b/src/views/corpInfo/user/components/edit.vue @@ -42,7 +42,7 @@ - + 如果修改手机号,登录密码则会变成初始密码“Aa@123456789” @@ -64,7 +64,7 @@ - + @@ -720,7 +720,8 @@ export default { '/user/goCheck', { USERNAME: value, - VERIFYUSER_ID: this.form.USER_ID + VERIFYUSER_ID: this.form.USER_ID, + USER_ID: this.form.USER_ID } ).then((data) => { if (data.result == 'success') { @@ -1517,10 +1518,12 @@ export default { if (this.form.ISSTUDENT) { this.uploadImgByZhengshu(this.form.USER_ID) this.uploadImgByFace(this.form.USER_ID) - this.goPush(this.form) + // this.goPush(this.form) + this.$parent.activeName = 'List' } else { this.uploadImgByFace(this.form.USER_ID) - this.goPush(this.form) + // this.goPush(this.form) + this.$parent.activeName = 'List' } }).catch((e) => { this.listLoading = false @@ -1541,10 +1544,12 @@ export default { if (this.form.ISSTUDENT) { this.uploadImgByZhengshu(this.form.USER_ID) this.uploadImgByFace(this.form.USER_ID) - this.goPush(this.form) + // this.goPush(this.form) + this.$parent.activeName = 'List' } else { this.uploadImgByFace(this.form.USER_ID) - this.goPush(this.form) + // this.goPush(this.form) + this.$parent.activeName = 'List' } }).catch((e) => { this.listLoading = false