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{