提交 c5a62545 编写于 作者: 蔡祥熠

Merge branch 'fix/datagrid_export' into 'wrdp'

Merge of fix/datagrid_export 修复数据网格的问题 to wrdp

See merge request o2oa/o2oa!3015
......@@ -716,6 +716,8 @@ MWF.xApplication.process.Xform.DatagridPC = new Class(
this._createNewEditTd(newTr, idx, editorTds[idx].get("id"), text, titleThs.length-1);
}
}
}else{
if (!cell) this._createNewEditTd(newTr, idx, id, "", titleThs.length-1);
}
}else{
if (!cell) this._createNewEditTd(newTr, idx, id, "", titleThs.length-1);
......@@ -1864,7 +1866,7 @@ MWF.xApplication.process.Xform.DatagridPC = new Class(
text = module.node.get("text");
}
array.push(text);
array.push(text || "");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册