diff options
| author | wangwei <[email protected]> | 2019-04-24 10:05:02 +0800 |
|---|---|---|
| committer | wangwei <[email protected]> | 2019-04-24 10:05:02 +0800 |
| commit | b3abe1f0e5051b420c1e3513efa3fe38eb137a35 (patch) | |
| tree | e490897bf42355984c7da1d789ad511b95638bc1 | |
| parent | 0b1a51aa4726058a1a1d62a5655ab9d7c0342ff7 (diff) | |
修正导出逻辑判断关键词
| -rw-r--r-- | src/main/webapp/WEB-INF/tags/sys/delRow.tag | 2 |
1 files changed, 1 insertions, 1 deletions
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{
|
