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
9aaa9ce8
Commit
9aaa9ce8
authored
Feb 23, 2022
by
“lumingsyc”
Browse files
优化部门管理页面email字段的表单验证多余的单引号
parent
cb5a6d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/system/dept/index.vue
View file @
9aaa9ce8
...
...
@@ -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