baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
17.4k stars 2.52k forks source link

fix: 修复循环类组件绑定数据时,无法识别定义在root scope中的schema的问题(#11034) #11092

Closed franckchen closed 1 month ago

franckchen commented 1 month ago

What

amis editor当涉及到循环的组件绑定数据时, 可以感知来自上层作用域的schema, 而无法正确识别与感知来自root scope的schema

Why

公式编辑器中, 因上述问题, 无法将包含循环功能的组件的数据绑定至来自root scope定义的对象

How

通过dataschema.getSchemaByPath方法获取供公式编辑使用的dataOption

github-actions[bot] commented 1 month ago

👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.