-
Notifications
You must be signed in to change notification settings - Fork 795
迭代器容器的bug #654
Copy link
Copy link
Open
Description
Describe the bug
迭代器容器使用本地缓存的数据的时候,拖拽迭代器容器,会导致传递给迭代器容器的iteratorData是错误数据
To Reproduce
Steps to reproduce the behavior:
- 在页面创建迭代器容器;
- 在迭代器容器上面绑定一个数据源,数据的数组长度要大于2(方便观察现象);
- 保存页面
- 浏览器中刷新整个页面
- 拖拽迭代器容器
Expected behavior
希望能够正常拖拽,但是发现迭代器容器突然迭代了2次;
刷新页面之前和刷新页面拖拽之后的迭代器props.config的数据对比:

Additional context
低代码的版本是v1.5.24
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

