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