From 0c468202a0f79f243bf6d67c175e9250761b995d Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Sun, 27 Jan 2019 20:56:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=95=8C=E9=9D=A2delete?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/tags/sys/delRow.tag | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/main/webapp/WEB-INF/tags/sys/delRow.tag b/src/main/webapp/WEB-INF/tags/sys/delRow.tag index 3539ea906..b93f99a2f 100644 --- a/src/main/webapp/WEB-INF/tags/sys/delRow.tag +++ b/src/main/webapp/WEB-INF/tags/sys/delRow.tag @@ -8,7 +8,7 @@ - + @@ -27,27 +27,27 @@ - + - + - + - + - + @@ -125,7 +125,7 @@ function update(url){ }/* else if(cked.val()==3){ top.$.jBox.tip("", ""); return; - } */ + } */ //处理asnIp,asn组下发过的ip配置不允许修改 if(cked.attr("asnGroup")&&cked.attr("isValid")){ var asnGroup=cked.attr("asnGroup"); @@ -548,7 +548,6 @@ function cancelPassOpt(url){ url+="&hColumns="+hColumn.toString(); } var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox"); - //导出选中数据 if($(checkboxes).filter(":checked").length>0){ doAll(checkboxes,url); @@ -562,7 +561,6 @@ function cancelPassOpt(url){ $("#searchForm").attr("action",url); $("#searchForm").submit(); closeTip(); - $("#searchForm").attr("action",searchUrl); } },{buttonsFocus:1}); top.$('.jbox-body .jbox-icon').css('top','55px');