alibaba/lowcode-engine

循环值组件绑定事件扩展参数无更新

Opened this issue · 0 comments

Describe the bug (required) / 详细描述 bug(必填)

循环值组件绑定事件扩展参数无更新

A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述
1、在容器组件上绑定循环值,值的格式为
[{
projectId: '',
projectName: ''
}]
2、容器中更改projectName按钮组件绑定点击事件,事件中启用扩展参数
image
3、第一次可以显示正确的projectName字段的值,更此字段的值后,重新调用接口获取数据,更改state的值
4、再次点击按钮,projectName的字段值为初始时数据的值
image


To Reproduce (required) / 如何复现 bug?(必填,非常重要)

Steps to reproduce the behavior: / 详细复现步骤: