diff --git a/src/main/webapp/WEB-INF/tags/sys/delRow.tag b/src/main/webapp/WEB-INF/tags/sys/delRow.tag index 9c152c94d..6dcd6b3ca 100644 --- a/src/main/webapp/WEB-INF/tags/sys/delRow.tag +++ b/src/main/webapp/WEB-INF/tags/sys/delRow.tag @@ -174,6 +174,8 @@ var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox"); } if(url.indexOf("?isAudit") > 1){ loading(''); + }else if(url.indexOf("export") > 1){ + closeTip(); } //$("#searchForm").submit(); } @@ -236,12 +238,14 @@ var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox"); if(v=="ok"){ $("#searchForm").attr("action",url); $("#searchForm").submit(); + closeTip(); } },{buttonsFocus:1}); top.$('.jbox-body .jbox-icon').css('top','55px'); }else{ $("#searchForm").attr("action",url); $("#searchForm").submit(); + closeTip(); } } }