优化管理模块页面的校验
This commit is contained in:
@@ -272,6 +272,9 @@
|
||||
|
||||
//保存信息
|
||||
$("#saveRole").off("click").on("click", function () {
|
||||
if(!$('#roleFM').form('validate')){
|
||||
return;
|
||||
}
|
||||
if (checkRoleName()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user