src/main/webapp/static/js/wrkDetl/wrkDetl.js
@@ -139,6 +139,7 @@ break; case 'exportData': layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){ layer.load(2, {time: 600*1000}); var titles=[]; var fields=[]; obj.config.cols[0].map(function (col) { @@ -465,13 +466,6 @@ } } } } function clearFormVal(el) { $(':input', el) .val('') .removeAttr('checked') .removeAttr('selected'); } function detailScreen(index) {