This commit is contained in:
sjl
2025-10-28 14:09:28 +08:00
parent 7c42ffcbdd
commit 33d7587944

View File

@@ -873,7 +873,7 @@ const open = async (sign: string, data: Plan.ReqPlan, currentMode: string, plan:
isSelectDisabled.value = true isSelectDisabled.value = true
formContent.memberIds = data.members formContent.memberIds = data.members
} }
;[ [
PqErrSys_Result, PqErrSys_Result,
boundPqDevList_Result, boundPqDevList_Result,
unboundPqDevList_Result, unboundPqDevList_Result,
@@ -920,7 +920,7 @@ const open = async (sign: string, data: Plan.ReqPlan, currentMode: string, plan:
} }
} }
} else { } else {
;[ [
pqSource_Result, pqSource_Result,
PqScript_Result, PqScript_Result,
PqErrSys_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 = formContent.sourceIds.join(',')
} }
// 将 formContent.sourceIds 从数组转换为字符串 // 将 formContent.sourceIds 从数组转换为字符串
/*if (Array.isArray(formContent.datasourceIds)) { if (Array.isArray(formContent.datasourceIds)) {
formContent.datasourceIds = formContent.datasourceIds.join(',') formContent.datasourceIds = formContent.datasourceIds.join(',')
}*/ }
} }
if (AppSceneStore.currentScene == '1') { if (AppSceneStore.currentScene == '1') {