"jetbrains:/idea/checkout/git" did not exist on "bb41e1408403e5db2b9dc71ce4bd05560c52be85"
Commit 9aaa9ce8 authored by “lumingsyc”'s avatar “lumingsyc”
Browse files

优化部门管理页面email字段的表单验证多余的单引号

parent cb5a6d29
......@@ -206,7 +206,7 @@ export default {
email: [
{
type: "email",
message: "'请输入正确的邮箱地址",
message: "请输入正确的邮箱地址",
trigger: ["blur", "change"]
}
],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment