fix: The component list in the loop body is missing variable aggregation
--bug=1063074 --user=张展玮 【应用】循环体中组件列表缺少变量聚合 https://www.tapd.cn/62980211/s/1790996v3.2
parent
2151c51f78
commit
855d2b25d3
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue