修复导出超过限制页面卡死BUG(丢失代码恢复)

This commit is contained in:
tanghao
2019-01-30 14:31:34 +08:00
parent 851fb85ca1
commit be3811688f

View File

@@ -499,6 +499,7 @@ function cancelPassOpt(url){
$("#searchForm").attr("action",url);
$("#searchForm").submit();
closeTip();
$("#searchForm").attr("action",searchUrl);
}
},{buttonsFocus:1});
top.$('.jbox-body .jbox-icon').css('top','55px');