Browse Source

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

xloya 4 years ago
parent
commit
2f584f61cb

+ 1 - 1
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 => {