From 0e6f123306cbb5e18c51c6883de39b4570c73be7 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Fri, 27 Jun 2025 10:53:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AE=A1=E5=88=92=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/plan/planList/components/planPopup.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/plan/planList/components/planPopup.vue b/frontend/src/views/plan/planList/components/planPopup.vue index f42376b..f409ae2 100644 --- a/frontend/src/views/plan/planList/components/planPopup.vue +++ b/frontend/src/views/plan/planList/components/planPopup.vue @@ -365,8 +365,7 @@ const open = async (sign: string, } else { resetFormContent() } - // 重置表单 - dialogFormRef.value?.resetFields() + if(sign == 'add') { @@ -379,7 +378,7 @@ const open = async (sign: string, ]); - + if (Array.isArray(pqReportName_Result.data)) { pqReportName.value = pqReportName_Result.data.map(item => ({ name: item }));