alibaba / lowcode-engine

An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
https://lowcode-engine.cn
MIT License
14.68k stars 2.55k forks source link

组件事件设置器绑定事件,无法获取到返回return的值。只能自己手动在Schema中补上return。 #1512

Closed bruceweasley88 closed 1 year ago

bruceweasley88 commented 1 year ago

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 截图(可选)

1 2 3 4


Environments (please complete the following information) (required): / 请提供如下信息(必填)

bruceweasley88 commented 1 year ago

我看了ext代码的funtion-setter是可以的,但是events-setter找不到相关代码,不知道怎么改

bruceweasley88 commented 1 year ago

@hzd822

hzd822 commented 1 year ago

image引擎develop分支是已经有加return的,你可以检查是是否是引擎最新版本

AndyJinSS commented 1 year ago

已经提了pr合并到dev分支了,还没发布新版本 https://github.com/alibaba/lowcode-engine/pull/1424

AndyJinSS commented 1 year ago

已经提了pr合并到dev分支了,还没发布新版本 #1424

特性已经在1.1.0版本中发布,可以关闭issue了 @1377023219