diff --git a/src/main/webapp/WEB-INF/tags/sys/delRow.tag b/src/main/webapp/WEB-INF/tags/sys/delRow.tag index 5b9a15f0e..e88317bd2 100644 --- a/src/main/webapp/WEB-INF/tags/sys/delRow.tag +++ b/src/main/webapp/WEB-INF/tags/sys/delRow.tag @@ -472,7 +472,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{