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] } } },