Commit eb1f2275 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

业务密码导出文件名

parent b38f814a
...@@ -236,7 +236,7 @@ export default { ...@@ -236,7 +236,7 @@ export default {
this.exportLoading = true; this.exportLoading = true;
return exportBusiPwdExcel(params); return exportBusiPwdExcel(params);
}).then(response => { }).then(response => {
this.$download.excel(response, '${table.classComment}.xls'); this.$download.excel(response, '导出数据.xls');
this.exportLoading = false; this.exportLoading = false;
}).catch(() => {}); }).catch(() => {});
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment