Bläddra i källkod

修改文件名转义

zhoupeng 1 år sedan
förälder
incheckning
1f24ef5c48

+ 1 - 1
chuanyi_client/src/views/my_report/index.vue

@@ -2261,7 +2261,7 @@ export default {
         setTimeout(() => {
           this.dialogDownloadReportTypeVisible = false
         }, 500)
-      } else if (downloadType == "2") {
+      } else if (this.downloadType == "2") {
           exportPdf(luckysheet.getAllSheets(), reportName);
           setTimeout(() => {
               this.visible = false;

+ 1 - 1
chuanyi_client/src/views/run_config/index.vue

@@ -3054,7 +3054,7 @@ export default {
         setTimeout(() => {
           this.dialogDownloadReportTypeVisible = false;
         }, 500);
-      } else if(downloadType == "2") {
+      } else if(this.downloadType == "2") {
           exportPdf(luckysheet.getAllSheets(), reportName);
           setTimeout(() => {
               this.visible = false;