Closed bruceweasley88 closed 1 year ago
我看了ext代码的funtion-setter是可以的,但是events-setter找不到相关代码,不知道怎么改
@hzd822
引擎develop分支是已经有加return的,你可以检查是是否是引擎最新版本
已经提了pr合并到dev分支了,还没发布新版本 https://github.com/alibaba/lowcode-engine/pull/1424
已经提了pr合并到dev分支了,还没发布新版本 #1424
特性已经在1.1.0版本中发布,可以关闭issue了 @1377023219
Describe the bug (required) / 详细描述 bug(必填)
组件事件设置器绑定事件,无法获取到返回return的值。只能自己手动在Schema中补上return。
To Reproduce (required) / 如何复现 bug?(必填,非常重要)
所有的事件绑定都是如此。
Expected behavior (required) / 预期行为(必填,非常重要)
预期是在Schema中 生成:function(){return this.onDataPull.apply(this,Array.prototype.slice.call(arguments).concat([])) } 实际:function(){this.onDataPull.apply(this,Array.prototype.slice.call(arguments).concat([])) }
Screenshots (optional) / bug 截图(可选)
Environments (please complete the following information) (required): / 请提供如下信息(必填)