You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// let _node = {...node};
let action = {
type: "action",
...clickEvents[0]
};
let data = {
...props.data,
};
props.onAction(
e,
action,
data // 这是 data
);
操作步骤
请简单描述一下复现的操作步骤...
The text was updated successfully, but these errors were encountered:
描述问题:
在自定义组件里调用
props.onAction
触发setValue
、custom
等动作不生效,目前测试只有dialog
、drawer
、reload
好使截图或视频:
可以的话,尽可能提供截图或视频来补充描述你的问题...
如何复现(请务必完整填写下面内容):
你是如何使用 amis 的?
npm
amis 版本是什么?请先在最新 beta 版本测试问题是否存在
6.10.0
粘贴有问题的完整
amis schema
代码:请简单描述一下复现的操作步骤...
The text was updated successfully, but these errors were encountered: