提交 28cf5a4a 编写于 作者: NoSubject's avatar NoSubject

子数据源reload错误

上级 507cb62f
......@@ -106,9 +106,9 @@ MWF.xApplication.process.Xform.SubSource = MWF.APPSubSource = new Class({
if (this.source.data){
this._getSourceData(this.source.data);
this.fireEvent("postLoadData");
if (typeOf(this.data)!=="array") this.data = [this.data];
if (typeOf(this.data)=="array"){
this._loopData();
this.fireEvent("loadData");
}else{
this.form._loadModules(this.node);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册