diff options
| author | wangwei <[email protected]> | 2019-04-22 20:16:20 +0800 |
|---|---|---|
| committer | wangwei <[email protected]> | 2019-04-22 20:16:20 +0800 |
| commit | 078b1a0071ccfa3dc86386b9bfd983ddabc3925d (patch) | |
| tree | b8e2acb35e5e4a501201bcf4ced589e508182ec7 | |
| parent | 728201cfbeb0a0259c2413f34821fd45620c2ec5 (diff) | |
删除测试代码
| -rw-r--r-- | src/main/webapp/WEB-INF/tags/sys/delRow.tag | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/webapp/WEB-INF/tags/sys/delRow.tag b/src/main/webapp/WEB-INF/tags/sys/delRow.tag index 36e3da08a..8fcfb4c06 100644 --- a/src/main/webapp/WEB-INF/tags/sys/delRow.tag +++ b/src/main/webapp/WEB-INF/tags/sys/delRow.tag @@ -580,8 +580,7 @@ function exportData(url,maxRow,searchUrl,exType){ var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox");
//导出选中数据
if($(checkboxes).filter(":checked").length>0){
- doAll(checkboxes,url);
- alert("doAll");
+ doAll(checkboxes,url);
//导出检索条件下所有数据
}else{
var totalCount = $("#showTotalCount").html() == undefined ? '' : $("#showTotalCount").html().trim();
|
