From 65b2b5c0dd571c3cd1d1cd6d4da5162f90590dd5 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期五, 10 一月 2025 16:11:24 +0800
Subject: [PATCH] 套餐维护

---
 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 33054b5..282d716 100644
--- a/src/views/hosp/project/index.vue
+++ b/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;

--
Gitblit v1.8.0