Browse Source

[Bug-3722][ui]fix cannot change password on dev branch. (#3724)

#3722
fix cannot change password on dev branch.
pull/3/MERGE
xloya 4 years ago committed by GitHub
parent
commit
94247d8432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dolphinscheduler-ui/src/js/conf/home/pages/user/pages/password/_source/info.vue

3
dolphinscheduler-ui/src/js/conf/home/pages/user/pages/password/_source/info.vue

@ -85,7 +85,8 @@
userPassword: this.userPassword,
tenantId: this.userInfo.tenantId,
email: this.userInfo.email,
phone: this.userInfo.phone
phone: this.userInfo.phone,
state: this.userinfo.state
}
this.spinnerLoading = true
this.updateUser(param).then(res => {

Loading…
Cancel
Save