Browse Source

[Fix][ui]fix the letter case mistake (#3760)

pull/3/MERGE
xloya 4 years ago committed by GitHub
parent
commit
2f584f61cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/user/pages/password/_source/info.vue

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

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

Loading…
Cancel
Save