From 056f30dda1073fbb6f8abc8577169fc26767ad4a Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期四, 17 四月 2025 17:30:09 +0800
Subject: [PATCH] qx

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

diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue
index c907204..1726610 100644
--- a/src/views/hosp/project/index.vue
+++ b/src/views/hosp/project/index.vue
@@ -836,7 +836,7 @@
     handleNodeClick(date) {
 
       this.treeDate = date;
-      console.log(this.treeDate)
+      this.xiugaiList ={}
       this.xiugais = date.qf === "0";
       let proId = date.id;
       getInfoByProId(proId).then((response) => {
@@ -986,6 +986,7 @@
       }
     },
     handleUpdate1() {
+      this.form ={}
       this.form = this.xiugaiList;
       this.form.proStatus = this.form.proStatus.toString();
       this.proParent = true;
@@ -998,6 +999,7 @@
           project.children = this.handleTree(response.data.list, "proId");
           this.key = response.data.key;
           this.projectOptions.push(project);
+          console.log( this.projectOptions,11111)
         }
       });
       this.open = true;

--
Gitblit v1.8.0