From b3abe1f0e5051b420c1e3513efa3fe38eb137a35 Mon Sep 17 00:00:00 2001 From: wangwei Date: Wed, 24 Apr 2019 10:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=AF=BC=E5=87=BA=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=88=A4=E6=96=AD=E5=85=B3=E9=94=AE=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/tags/sys/delRow.tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/tags/sys/delRow.tag b/src/main/webapp/WEB-INF/tags/sys/delRow.tag index c45ed8429..5a586010f 100644 --- a/src/main/webapp/WEB-INF/tags/sys/delRow.tag +++ b/src/main/webapp/WEB-INF/tags/sys/delRow.tag @@ -471,7 +471,7 @@ function doAll(checkboxes,url){ if(v=="ok"){ if(url.indexOf("?")>0){ - if(url.indexOf("isValid") < 0){ + if(url.indexOf("exType") > 0){ url = url+"&ids="+ids+"&compileIds="+compileIds; exportXmlRequest(url); }else{