From 33d7587944896246e6b18aadb71b350d8ee4f3e0 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Tue, 28 Oct 2025 14:09:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/plan/planList/components/planPopup.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/plan/planList/components/planPopup.vue b/frontend/src/views/plan/planList/components/planPopup.vue index 65e6db1..c45e130 100644 --- a/frontend/src/views/plan/planList/components/planPopup.vue +++ b/frontend/src/views/plan/planList/components/planPopup.vue @@ -873,7 +873,7 @@ const open = async (sign: string, data: Plan.ReqPlan, currentMode: string, plan: isSelectDisabled.value = true formContent.memberIds = data.members } - ;[ + [ PqErrSys_Result, boundPqDevList_Result, unboundPqDevList_Result, @@ -920,7 +920,7 @@ const open = async (sign: string, data: Plan.ReqPlan, currentMode: string, plan: } } } else { - ;[ + [ pqSource_Result, PqScript_Result, PqErrSys_Result, @@ -1017,9 +1017,9 @@ const open = async (sign: string, data: Plan.ReqPlan, currentMode: string, plan: formContent.sourceIds = formContent.sourceIds.join(',') } // 将 formContent.sourceIds 从数组转换为字符串 - /*if (Array.isArray(formContent.datasourceIds)) { + if (Array.isArray(formContent.datasourceIds)) { formContent.datasourceIds = formContent.datasourceIds.join(',') - }*/ + } } if (AppSceneStore.currentScene == '1') {