From 6f5d9d2e383ed0a1f99893f55d5bb7c301c51fb5 Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Fri, 24 Jul 2020 17:45:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E6=A1=A3=E6=A1=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/user_info.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/pages/user/user_info.vue b/src/pages/user/user_info.vue index d401b35..d154609 100644 --- a/src/pages/user/user_info.vue +++ b/src/pages/user/user_info.vue @@ -135,7 +135,7 @@ :modal-append-to-body="false" >
- +

旧密码:

@@ -168,7 +168,7 @@
{ + if (valid) { + this.submitChangePwd() + } else { + this.$message.error('请检查表单') + return false; + } + }); + }, submitChangePwd() { let query = { id: this.user_data.accountNo, -- 2.26.0