Open gfl1 opened 1 month ago
在@FormItem渲染器下自定义组件报错TypeError: rootStore.addStore is not a function ,换成@Renderer就正常
amis 版本是什么?请先在最新 beta 版本测试问题是否存在
粘贴有问题的完整 amis schema 代码: { "type": "page", "body": [ { "type": "form", "id": "myForm", "actions": [ { "type": "submit", "label": "提交", "primary": true, "id": "u:afe0939f3e94" } ], "body": [ { "type": "operator", "name": "agent", "label": "员工", "params": [ { "type": "staff", "status": 2 } ], "id": "u:39e587f69064" } ], "mode": "horizontal", "debug": true } ] }
amis schema
{ "type": "page", "body": [ { "type": "form", "id": "myForm", "actions": [ { "type": "submit", "label": "提交", "primary": true, "id": "u:afe0939f3e94" } ], "body": [ { "type": "operator", "name": "agent", "label": "员工", "params": [ { "type": "staff", "status": 2 } ], "id": "u:39e587f69064" } ], "mode": "horizontal", "debug": true } ] }
amis版本是6.2.2
描述问题:
在@FormItem渲染器下自定义组件报错TypeError: rootStore.addStore is not a function ,换成@Renderer就正常
截图或视频:
如何复现(请务必完整填写下面内容):
amis 版本是什么?请先在最新 beta 版本测试问题是否存在
粘贴有问题的完整
amis schema
代码:{ "type": "page", "body": [ { "type": "form", "id": "myForm", "actions": [ { "type": "submit", "label": "提交", "primary": true, "id": "u:afe0939f3e94" } ], "body": [ { "type": "operator", "name": "agent", "label": "员工", "params": [ { "type": "staff", "status": 2 } ], "id": "u:39e587f69064" } ], "mode": "horizontal", "debug": true } ] }