Эх сурвалжийг харах

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

huqi 5 жил өмнө
parent
commit
1607886b54

+ 1 - 1
o2web/source/x_component_process_Xform/$Input.js

@@ -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));