Commit 488888f8 by fengshuonan

修改名称

parent e7fae73a
...@@ -37,7 +37,7 @@ RoleAddDlg.validateForm = function () { ...@@ -37,7 +37,7 @@ RoleAddDlg.validateForm = function () {
return "请输入部门名称"; return "请输入部门名称";
} }
if (!data.tips) { if (!data.tips) {
return "请输入备注"; return "请输入别名";
} }
return true; return true;
......
...@@ -38,7 +38,7 @@ RoleEditDlg.validateForm = function () { ...@@ -38,7 +38,7 @@ RoleEditDlg.validateForm = function () {
return "请输入部门名称"; return "请输入部门名称";
} }
if (!data.tips) { if (!data.tips) {
return "请输入备注"; return "请输入别名";
} }
return true; return true;
......
Markdown is supported
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