mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-01-18 19:20:05 +08:00
fix(代码生成):
导出 Excel 文件的文件名, 代码生成解析异常.
This commit is contained in:
parent
6e40469735
commit
76d310610b
@ -390,7 +390,7 @@ export default {
|
||||
this.exportLoading = true;
|
||||
return export${simpleClassName}Excel(params);
|
||||
}).then(response => {
|
||||
this.$download.excel(response, '${table.classComment}.xls');
|
||||
this.$download.excel(response, "${table.classComment}.xls");
|
||||
this.exportLoading = false;
|
||||
}).catch(() => {});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user