From 707e0ab1beeed7f34a4f10f963bb3b9060fcb9f4 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期一, 05 二月 2024 14:37:12 +0800 Subject: [PATCH] yxh --- 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