lkk
2025-01-10 65b2b5c0dd571c3cd1d1cd6d4da5162f90590dd5
src/views/hosp/project/index.vue
@@ -1660,6 +1660,7 @@
    handleUpdate1() {
      this.open = true;
      this.form = this.xiugaiList;
      this.form.proStatus = this.form.proStatus.toString();
      this.proParent = true;
      // 设置项目价格禁用
@@ -1685,8 +1686,8 @@
      // this.form = row;
      const proId = row.proId || this.ids;
      this.proParent = false;
      this.isPriceDisabled = false;
      getProject(proId).then((response) => {
        console.log(response, 999);
        this.form = response.data;
        if (this.form.proParentId === "0") {
          this.showPrise = true;