rocky
rocky
理论上,目前引擎定义的获取指定组件的 API,只有 this.$(refId) 来获取组件的 ref,然后就是调用 ref 对应的方法了~ 此例中,获取 ref 可以得到如下对象  BUT getValue / getValues 确实得不到值,应该是组件实现有点问题,ProForm 没开源 这个什么时候能修复呢
{ type: 'fetch', isInit: false, options: { // "params": { // "userId": "" // }, method: 'DELETE', isCors: true, timeout: 5000, headers: {}, uri: '/api/v1/user/:userId', }, id: 'tableDelete', }, 我想在url上跟一个参数,怎么实现...
> 建议先使用willFetch来实现,不建议使用load来传递options里非params的参数; _Originally posted by @xingmolu in [#352](https://github.com/alibaba/lowcode-engine/issues/352#issuecomment-1105187545)_ willFetch怎么使用