mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 13:09:07 +08:00
修复 form onInit 时机问题, 没等 options 的 source 接口返回就触发了
This commit is contained in:
parent
4eeb473598
commit
b94a0a4f36
@ -436,7 +436,7 @@ export function registerOptionsControl(config: OptionsConfig) {
|
||||
// 当有 action 触发,如果指定了 reload 目标组件,有可能会来到这里面来
|
||||
@autobind
|
||||
reload() {
|
||||
this.reloadOptions();
|
||||
return this.reloadOptions();
|
||||
}
|
||||
|
||||
@autobind
|
||||
|
Loading…
Reference in New Issue
Block a user