Przeglądaj źródła

修复数据网格

unknown 5 lat temu
rodzic
commit
40256db5f4
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      o2web/source/x_component_process_Xform/Org.js

+ 0 - 3
o2web/source/x_component_process_Xform/Org.js

@@ -225,8 +225,6 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg =  new Class(
     },
     _computeValue: function(){
 
-        debugger;
-
         var simple = this.json.storeRange === "simple";
         var values = [];
         if (this.json.identityValue) {
@@ -1173,7 +1171,6 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg =  new Class(
         return node;
     },
     _setValue: function(value){
-        debugger;
         var values = [];
         var ags = [];
         var simple = this.json.storeRange === "simple";