提交 6e6dffeb 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'fix/evdata' into 'wrdp'

Update $Module.js

See merge request o2oa/o2oa!5032
......@@ -453,7 +453,7 @@ MWF.xApplication.process.Xform.$Module = MWF.APP$Module = new Class(
if( !id && id !== 0 )return null;
if( ["object","array"].contains(o2.typeOf(data)) ){
if( i === lastIndex ){
if (!data.hasOwnProperty(id)) evdata.add(id, data[id]||"");
//if (!data.hasOwnProperty(id)) evdata.add(id, data[id]||"");
return data[id];
}else{
//if (!data.hasOwnProperty(id)) evdata.add(id, {});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册