bug修复
This commit is contained in:
maplemei
2019-11-07 10:52:51 +08:00
parent b3026c7dce
commit 53521d7854
14 changed files with 53 additions and 21 deletions

View File

@@ -79,7 +79,7 @@ class xmOptions {
//更新渲染
this.update({ ...initData[initVal.el]});
//子组件初始化
childs[this.options.el].reset();
childs[this.options.el].reset(this.options, true);
return this;
}