Browse Source

合并fix

yujinwen 1 month ago
parent
commit
7a83f76ec7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/report/reportDetailPdf.vue
  2. 1 1
      src/views/smartReport/detailPdf.vue

+ 1 - 1
src/views/report/reportDetailPdf.vue

@@ -115,7 +115,7 @@ export default {
   },
   methods: {
     async getreportdetail() {
-      const { Data,Ret  } = await reportDetail({ ReportCode: this.id });
+      const { Data,Ret  } = await reportDetail({ ReportCode: this.id,IsReplace:1 });
         if (Ret !== 200) return
         this.reportInfo = Data.Report;
         this.configInfo = {

+ 1 - 1
src/views/smartReport/detailPdf.vue

@@ -100,7 +100,7 @@ export default {
       }
     },
     async getreportdetail() {
-      const { Data, Ret } = await reportDetail({ ReportCode: this.id });
+      const { Data, Ret } = await reportDetail({ ReportCode: this.id,IsReplace:1 });
       if (Ret !== 200) return;
       
       this.reportInfo = Data.Report;