若依
3 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
1 deletions
-
ruoyi-ui/src/views/system/dept/index.vue
|
@ -206,7 +206,7 @@ export default { |
|
|
email: [ |
|
|
email: [ |
|
|
{ |
|
|
{ |
|
|
type: "email", |
|
|
type: "email", |
|
|
message: "'请输入正确的邮箱地址", |
|
|
message: "请输入正确的邮箱地址", |
|
|
trigger: ["blur", "change"] |
|
|
trigger: ["blur", "change"] |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|