From f5f4edaf6331c9142f48a9852b673fbcedfc302f Mon Sep 17 00:00:00 2001 From: Michael Bai Date: Wed, 15 Sep 2021 20:20:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dvmware=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E5=AF=86=E7=A0=81=E5=BF=85=E5=A1=AB=E6=A0=87=E5=BF=97?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xpack/Cloud/Account/AccountCreateUpdate.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/xpack/Cloud/Account/AccountCreateUpdate.vue b/src/views/xpack/Cloud/Account/AccountCreateUpdate.vue index df8dd7010..e0cf9ea2e 100644 --- a/src/views/xpack/Cloud/Account/AccountCreateUpdate.vue +++ b/src/views/xpack/Cloud/Account/AccountCreateUpdate.vue @@ -39,6 +39,9 @@ export default { el: { toFormat: 'object' } + }, + password: { + rules: this.$route.params.id ? [] : [Required] } } },