From 8033731f0ee68458684fbcbde7fa41b03f9459cd Mon Sep 17 00:00:00 2001 From: wangxin Date: Mon, 20 Aug 2018 10:51:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=8A=A0=E5=85=A5=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/tags/sys/delRow.tag | 4 ++++ 1 file changed, 4 insertions(+) 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(); } } }