From ad4fe11495d320e59d137f9fa1019792c21d12ea Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 14 一月 2025 10:05:31 +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