fix(代码生成):

导出 Excel 文件的文件名, 代码生成解析异常.
pull/2/head
jeromesoar 2022-04-24 22:32:59 +08:00
parent 6e40469735
commit 76d310610b
1 changed files with 1 additions and 1 deletions

View File

@ -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(() => {});
}