首页service 统计导出文件名改为以service开头

This commit is contained in:
wangxin
2018-12-18 18:00:31 +06:00
parent 14f4dd325c
commit 9a07c0dbc3

View File

@@ -162,7 +162,7 @@ $("#export-btn").click(function(){
headings:true, headings:true,
footers:true, footers:true,
formats:["xlsx"], formats:["xlsx"],
fileName:"protocol", fileName:"service",
bootstrap:false bootstrap:false
}); });
$("#myexport").click(); $("#myexport").click();