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') {