From 2f584f61cbc2b38c34fe53826442e8d998790074 Mon Sep 17 00:00:00 2001 From: xloya <982052490@qq.com> Date: Fri, 18 Sep 2020 19:14:28 +0800 Subject: [PATCH] [Fix][ui]fix the letter case mistake (#3760) --- .../src/js/conf/home/pages/user/pages/password/_source/info.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/user/pages/password/_source/info.vue b/dolphinscheduler-ui/src/js/conf/home/pages/user/pages/password/_source/info.vue index c2d97be2f5..132f6d9d24 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/user/pages/password/_source/info.vue +++ b/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 => {