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

修复Org组件setData方法

上级 fe043462
......@@ -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.
先完成此消息的编辑!
想要评论请 注册