From 29e2a6ea653b2098dcfceece527213b35302f40f Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 9 Jan 2025 10:19:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E9=82=AE=E4=BB=B6=E5=88=9D=E5=A7=8B=E5=8C=96=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/email-recompose/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/email-recompose/index.vue b/src/views/email-recompose/index.vue index 21c1ce7b..2f61e5e6 100644 --- a/src/views/email-recompose/index.vue +++ b/src/views/email-recompose/index.vue @@ -228,7 +228,10 @@ export default { }) }, cancel() { - this.$refs['passwordForm'].resetFields() + // this.$refs['passwordForm'].resetFields() + this.password.NewPassWord = null + this.password.NewUserName = null + this.password.ConfirmPassWord = null }, }, } From df4880dc087f23be8c33acfd9838e5a64ddc8d03 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 9 Jan 2025 10:43:12 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E9=82=AE=E4=BB=B6=E5=88=9D=E5=A7=8B=E5=8C=96=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=BE=93=E5=85=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/email-recompose/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/email-recompose/index.vue b/src/views/email-recompose/index.vue index 2f61e5e6..29f809a9 100644 --- a/src/views/email-recompose/index.vue +++ b/src/views/email-recompose/index.vue @@ -84,6 +84,11 @@ export default { password: { NewUserName: null, UserId: null, + ConfirmPassWord: null, + NewPassWord: null, + Email: null, + UserType: null, + access_token: null, }, passwordFormRules: { NewUserName: [