删除测试代码
This commit is contained in:
@@ -581,8 +581,7 @@ function exportData(url,maxRow,searchUrl,exType){
|
|||||||
var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox");
|
var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox");
|
||||||
//导出选中数据
|
//导出选中数据
|
||||||
if($(checkboxes).filter(":checked").length>0){
|
if($(checkboxes).filter(":checked").length>0){
|
||||||
doAll(checkboxes,url);
|
doAll(checkboxes,url);
|
||||||
alert("doAll");
|
|
||||||
//导出检索条件下所有数据
|
//导出检索条件下所有数据
|
||||||
}else{
|
}else{
|
||||||
var totalCount = $("#showTotalCount").html() == undefined ? '' : $("#showTotalCount").html().trim();
|
var totalCount = $("#showTotalCount").html() == undefined ? '' : $("#showTotalCount").html().trim();
|
||||||
|
|||||||
Reference in New Issue
Block a user