From cc577e61b7e1f9d962a74690cf391d14f135eb41 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期一, 14 四月 2025 17:36:01 +0800
Subject: [PATCH] qx

---
 src/views/hosp/project/index.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue
index e21b34c..2fbb1d4 100644
--- a/src/views/hosp/project/index.vue
+++ b/src/views/hosp/project/index.vue
@@ -994,7 +994,7 @@
       multiple: true,
       showSearch: true,
       total: 0,
-      treeId: ["532"],
+      treeId: [],
       ListId: [],
       noclick: false,
       consumableList: [],
@@ -1085,6 +1085,7 @@
       this.debounceFilter(val);
     },
     treeId(newVal) {
+      console.log(newVal,8989)
       if (newVal && newVal.length > 0) {
         this.$nextTick(() => {
           const lastId = newVal[newVal.length - 1] || "532";
@@ -1150,7 +1151,6 @@
       traverse(this.deptOptions);
     },
     filterNode(value, data) {
-      console.log(value, data, 2233);
       if (!value) return true;
       const cached = this.pinyinCache.get(data.id);
       if (!cached) return false;
@@ -1415,7 +1415,8 @@
     },
     handleNodeClick(date) {
       this.treeDate = date;
-      console.log(this.treeDate);
+      this.treeId = []
+      console.log(this.treeId,2222);
       this.xiugais = date.qf === "0";
       let proId = date.id;
       getInfoByProId(proId).then((response) => {
@@ -1717,6 +1718,7 @@
           this.precomputePinyin();
         });
       }
+      console.log(this.treeId)
     },
     submit() {
       this.ChangeList.forEach((item) => {

--
Gitblit v1.8.0