From fcff97064428e8f814ba638c2dce345a0073daa8 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 25 一月 2024 15:39:17 +0800
Subject: [PATCH] 11

---
 src/views/project/fund/applyDetail/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index 6f0703c..8418eb9 100644
--- a/src/views/project/fund/applyDetail/index.vue
+++ b/src/views/project/fund/applyDetail/index.vue
@@ -3234,15 +3234,16 @@
 
       this.tableDatatop = [];
       this.fileListto = [];
+      this.invoicefileListto = [];
+      this.pdfimg = '';
       this.invoicepdfimg = [];
       this.pdfimgsrcList = [];
-      this.invoDatatop = [];
       this.invoicepdfimgsrcList = [];
-      this.invoDatatop.push(row);
       this.tableDatatop.push(row);
       this.atpresent = index;
       this.pdfVisible = true;
-
+      console.log(this.fileListto, "this.fileListto");
+      console.log(this.invoicefileListto, "this.invoicefileListto");
       if (this.rbDetails[index].annexfilesList) {
         this.rbDetails[index].annexfilesList.forEach((value, indexson) => {
           const pdfimg = this.Networkheader + "/prod-api" + value.url;

--
Gitblit v1.9.3