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

Merge branch 'fix/Process.org_setdata_fireEvent' into 'wrdp'

Merge of fix/Process.org_setdata_fireEvent 修复流程org组件setData触发 change 事件的问题 to wrdp

See merge request o2oa/o2oa!2400
......@@ -873,7 +873,7 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg = new Class({
}else if (values.length || oldValues.length) {
change = true;
}
if (change) this.fireEvent("change");
// if (change) this.fireEvent("change");
},
setData: function(value){
if (!value) return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册