(1)取消点击触发的函数提取到common.js

(2)搜索submitHandler中恢复loading
This commit is contained in:
wangxin
2018-08-20 12:47:26 +08:00
parent 26d4ed4a9c
commit 203cf3355b

View File

@@ -419,6 +419,7 @@ $(function(){
}
},
submitHandler: function(form){
loading('<spring:message code="onloading"/>');
form.submit();
}
});
@@ -428,6 +429,9 @@ $(function(){
$(this).val(ns);
});*/
$("input[name*='userRegion']").addClass("invisibleChar");
$("#cancel").on("click",function(){
window.history.back();
});
});
window.onload=function(){
//日志查询IP类型增加格式提示