mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-10 21:53:05 +00:00
fix: 修复vmware账号密码必填标志显示问题
This commit is contained in:
parent
62329d57a4
commit
f5f4edaf63
@ -39,6 +39,9 @@ export default {
|
|||||||
el: {
|
el: {
|
||||||
toFormat: 'object'
|
toFormat: 'object'
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
password: {
|
||||||
|
rules: this.$route.params.id ? [] : [Required]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user