修订后台查看详细权限控制,列表页面去掉刷新按钮,与来函页面保持一致
This commit is contained in:
@@ -124,7 +124,10 @@
|
||||
},
|
||||
|
||||
submitHandler: function(form){
|
||||
return errorShow();
|
||||
var res = errorShow();
|
||||
if(!res){
|
||||
return false;
|
||||
}
|
||||
loading('<spring:message code="submitting"/>');
|
||||
form.submit();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user