Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
1086c009
Unverified
Commit
1086c009
authored
Feb 23, 2022
by
若依
Committed by
Gitee
Feb 23, 2022
Browse files
!436 优化部门管理页面email字段的表单验证多余的单引号
Merge pull request !436 from lu_ming/master
parents
cb5a6d29
9aaa9ce8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/system/dept/index.vue
View file @
1086c009
...
...
@@ -206,7 +206,7 @@ export default {
email
:
[
{
type
:
"
email
"
,
message
:
"
'
请输入正确的邮箱地址
"
,
message
:
"
请输入正确的邮箱地址
"
,
trigger
:
[
"
blur
"
,
"
change
"
]
}
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment