@@ -1818,7 +1818,10 @@ function jump(href, form)
href += param[1];
}
if (href.indexOf('list_excel') != -1) {
- Excel.export(href);
+ layer.confirm('确认导出数据吗?', function()
+ {
+ Excel.export(href);
+ })
} else {
location.href = href;