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

数据网格异步返回值变量对应错误

上级 1a0f3478
......@@ -285,7 +285,7 @@ MWF.xApplication.process.Xform.$Input = MWF.APP$Input = new Class({
// this.moduleValueAG = null;
// }.bind(this));
// }else{
if (o2.typeOf(value.then)=="function"){
if (o2.typeOf(data.then)=="function"){
var p = o2.promiseAll(data).then(function(v){
this.__setValue(v);
}.bind(this));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册