fix: 修复vmware账号密码必填标志显示问题

This commit is contained in:
Michael Bai 2021-09-15 20:20:50 +08:00 committed by Jiangjie.Bai
parent 62329d57a4
commit f5f4edaf63

View File

@ -39,6 +39,9 @@ export default {
el: {
toFormat: 'object'
}
},
password: {
rules: this.$route.params.id ? [] : [Required]
}
}
},