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

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

diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue
index d2ec25c..cd53927 100644
--- a/src/views/hosp/project/index.vue
+++ b/src/views/hosp/project/index.vue
@@ -1422,7 +1422,7 @@
     },
     handleNodeClick(date) {
       this.treeDate = date;
-      console.log(this.treeId,2222);
+      this.xiugaiList ={}
       this.xiugais = date.qf === "0";
       let proId = date.id;
       getInfoByProId(proId).then((response) => {
@@ -1577,6 +1577,7 @@
       }
     },
     handleUpdate1() {
+      this.form={}
       this.form = this.xiugaiList;
       this.form.proStatus = this.form.proStatus.toString();
       this.proParent = true;

--
Gitblit v1.8.0