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

Merge branch 'fix/form_save_org_promise' into 'wrdp'

修复Org组件setData方法

See merge request o2oa/o2oa!4531
......@@ -1027,7 +1027,7 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg = new Class(
if (value.length==1 && !(value[0])) value=[];
var promise = this._setValue(value);
promise.then(function(values){
Promise.resolve(promise).then(function(values){
o2.promiseAll(values).then(function(v){
this.checkChange(oldValues, v)
}.bind(this), function(){});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册