rabin %!s(int64=3) %!d(string=hai) anos
pai
achega
aef1b8b5c5
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      assets/lib/manage/main.js

+ 4 - 1
assets/lib/manage/main.js

@@ -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;
 	}