From cd114c263d13347cc00e282eaf10fe642fef6133 Mon Sep 17 00:00:00 2001 From: wangwei Date: Mon, 22 Apr 2019 20:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/tags/sys/delRow.tag | 3 +-- 1 file changed, 1 insertion(+), 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 cc496b48b..ab5706edc 100644 --- a/src/main/webapp/WEB-INF/tags/sys/delRow.tag +++ b/src/main/webapp/WEB-INF/tags/sys/delRow.tag @@ -581,8 +581,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();