Преглед на файлове

fix(代码生成):

导出 Excel 文件的文件名, 代码生成解析异常.
jeromesoar преди 3 години
родител
ревизия
76d310610b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue/views/index.vue.vm

+ 1 - 1
yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue/views/index.vue.vm

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