修复 form onInit 时机问题, 没等 options 的 source 接口返回就触发了

This commit is contained in:
2betop 2020-07-13 19:45:00 +08:00
parent 4eeb473598
commit b94a0a4f36

View File

@ -436,7 +436,7 @@ export function registerOptionsControl(config: OptionsConfig) {
// 当有 action 触发,如果指定了 reload 目标组件,有可能会来到这里面来
@autobind
reload() {
this.reloadOptions();
return this.reloadOptions();
}
@autobind