Explorar o código

修复数据网格

unknown %!s(int64=5) %!d(string=hai) anos
pai
achega
f55bf95204
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      o2web/source/x_component_process_Xform/Org.js

+ 1 - 1
o2web/source/x_component_process_Xform/Org.js

@@ -1216,7 +1216,7 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg =  new Class(
         }.bind(this), function(){});
 
         this.moduleValueAG = Promise.resolve(p);
-        if (p & p.then) p.then(function(){
+        if (p && p.then) p.then(function(){
             this.moduleValueAG = null;
         }.bind(this), function(){
             this.moduleValueAG = null;