From 855d2b25d3d0eccf22e86666a3af0b0e796560fb Mon Sep 17 00:00:00 2001 From: zhangzhanwei Date: Wed, 29 Oct 2025 10:10:26 +0800 Subject: [PATCH] fix: The component list in the loop body is missing variable aggregation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1063074 --user=张展玮 【应用】循环体中组件列表缺少变量聚合 https://www.tapd.cn/62980211/s/1790996 --- ui/src/workflow/common/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/workflow/common/data.ts b/ui/src/workflow/common/data.ts index 41b897349..d65e43ed1 100644 --- a/ui/src/workflow/common/data.ts +++ b/ui/src/workflow/common/data.ts @@ -682,7 +682,7 @@ export const applicationLoopMenuNodes = [ }, { label: t('views.applicationWorkflow.nodes.classify.dataProcessing', '数据处理'), - list: [variableAssignNode, variableSplittingNode, parameterExtractionNode], + list: [variableAssignNode, variableSplittingNode, parameterExtractionNode, variableAggregationNode], }, { label: t('views.applicationWorkflow.nodes.classify.other'),