From ae10aec8b64ee09160879429ddcfa57963e7cf05 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期三, 06 十二月 2023 18:36:43 +0800
Subject: [PATCH] su

---
 src/views/system/bill/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/system/bill/index.vue b/src/views/system/bill/index.vue
index d16bcbc..e9ea86d 100644
--- a/src/views/system/bill/index.vue
+++ b/src/views/system/bill/index.vue
@@ -772,7 +772,7 @@
 
     /** 鐐瑰嚮鏄剧ず瀵兼鍗曟姤琛�*/ //lige    寮�濮�
     handleReport() {
-      const tjNumber = this.report;
+      const tjNumber = this.report[0];
       const viewNum = "792931586196398080";
       const params = { viewNum, tjNumber };
       hasReport(tjNumber).then((res) => {
@@ -929,7 +929,7 @@
       }
       /** 鏌ヨ閮ㄩ棬涓嬫媺鏍戠粨鏋� */
       projectGetList().then((response) => {
-        this.Treedata = response.data;
+        this.Treedata = response.data.list;
       });
       this.Projectopen = true;
     },

--
Gitblit v1.8.0