qx
qx
2025-04-17 056f30dda1073fbb6f8abc8577169fc26767ad4a
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;