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

修复bug

parent b0810f21
...@@ -263,7 +263,7 @@ export default { ...@@ -263,7 +263,7 @@ export default {
this.exportLoading = true; this.exportLoading = true;
return exportCurrencyExcel(params); return exportCurrencyExcel(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