From 2415c96cf963254cea64d0f15a849fd7865a6365 Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Mon, 1 Sep 2025 09:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/design/appointment/index.vue | 2 +- src/views/design/billofQuantities/indexEdit3.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/design/appointment/index.vue b/src/views/design/appointment/index.vue index 644b26b..3e51cf9 100644 --- a/src/views/design/appointment/index.vue +++ b/src/views/design/appointment/index.vue @@ -474,7 +474,7 @@ const designUser = async () => { form.reviewers = []; form.approved = []; form.auditor = []; - + disabledForm.value = false; if (res.code == 200 && Array.isArray(res.rows) && res.rows.length > 0) { disabledForm.value = true; // 1. 按用户类型分类数据(明确类型) diff --git a/src/views/design/billofQuantities/indexEdit3.vue b/src/views/design/billofQuantities/indexEdit3.vue index 094df79..2e5eacd 100644 --- a/src/views/design/billofQuantities/indexEdit3.vue +++ b/src/views/design/billofQuantities/indexEdit3.vue @@ -113,7 +113,7 @@ const approvalRecordRef = ref>(); //按钮组件 const flowCodeOptions = [ { - value: currentProject.value?.id + '_equipmentList', + value: currentProject.value?.id + '_materialsPlans', label: '物资设备清单审核' } ];