mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-22 08:08:39 +00:00
fix: 完善页面邮箱地址校验规则
Closes https://github.com/jumpserver/trello/issues/933
This commit is contained in:
@@ -42,6 +42,12 @@ export default {
|
||||
return this.$route.params.id
|
||||
}
|
||||
},
|
||||
email: {
|
||||
rules: [
|
||||
rules.EmailCheck,
|
||||
rules.Required
|
||||
]
|
||||
},
|
||||
update_password: {
|
||||
label: this.$t('users.UpdatePassword'),
|
||||
type: 'checkbox',
|
||||
|
Reference in New Issue
Block a user