Skip to content

Commit ca2178e

Browse files
committed
fix: The component list in the loop body is missing variable aggregation
--bug=1063074 --user=张展玮 【应用】循环体中组件列表缺少变量聚合 https://www.tapd.cn/62980211/s/1790996
1 parent 2151c51 commit ca2178e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/workflow/common/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ export const applicationLoopMenuNodes = [
682682
},
683683
{
684684
label: t('views.applicationWorkflow.nodes.classify.dataProcessing', '数据处理'),
685-
list: [variableAssignNode, variableSplittingNode, parameterExtractionNode],
685+
list: [variableAssignNode, variableSplittingNode, parameterExtractionNode, variableAggregationNode],
686686
},
687687
{
688688
label: t('views.applicationWorkflow.nodes.classify.other'),

0 commit comments

Comments
 (0)