src/main/webapp/static/js/wrkMastDetlLog/wrkMastDetlLog.js
@@ -121,7 +121,7 @@ limit(); var d ="当页总数量:"; Object.keys(res.countData).forEach(key => { d = d + key + "--" + res.countData[key]+"; "; d = d + key + ":" + res.countData[key]+"; "; }); $("#countData").text(d); } @@ -159,6 +159,7 @@ break; case 'exportData': admin.confirm('确定导出Excel吗', {shadeClose: true}, function () { layer.load(2, {time: 600*1000}); var titles = []; var fields = []; obj.config.cols[0].map(function (col) {