From f80a02f06adbfa38e06651688e8768bedf9cdbe1 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 02 二月 2024 10:37:23 +0800
Subject: [PATCH] 11

---
 src/views/project/donationdetails/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/project/donationdetails/index.vue b/src/views/project/donationdetails/index.vue
index 4bba644..f3e113f 100644
--- a/src/views/project/donationdetails/index.vue
+++ b/src/views/project/donationdetails/index.vue
@@ -2438,7 +2438,7 @@
         "鍙岃偩鑴�",
         "蹇冭剰",
         "鑲鸿剰",
-        "鑵轰綋",
+        "鑳拌吅",
         "灏忚偁",
         "鍙岀溂缁勭粐",
         "閬椾綋",
@@ -2652,6 +2652,7 @@
   },
 
   created() {
+    this.Getnetworkheader();
     this.infoid = this.$route.query.id;
   },
   mounted() {
@@ -3471,6 +3472,7 @@
         headers: { Authorization: "Bearer " + this.ICDtoken }
       };
       const pdfimg = this.Networkheader + "/prod-api" + response.fileName;
+      console.log(this.Networkheader);
       //鑾峰彇绁ㄦ嵁淇℃伅浣嶇疆
       if (response.code == 200) {
         this.previewpdf = true;
@@ -3522,8 +3524,8 @@
       };
 
       this.fileListto = [];
-      this.invoicepdfimg = [];
       this.pdfimgsrcList = [];
+      this.pdfimg = '';
       this.atpresent = index;
       this.pdfVisible = true;
       if (this.annexfilesList.length) {

--
Gitblit v1.9.3