소스 검색

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

xloya 4 년 전
부모
커밋
2f584f61cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dolphinscheduler-ui/src/js/conf/home/pages/user/pages/password/_source/info.vue

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