Преглед изворни кода

Merge branch 'wrdp' into 'develop'

Wrdp

See merge request o2oa/o2oa!2401
蔡祥熠 пре 5 година
родитељ
комит
175aa8a560
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      o2web/source/x_component_process_Xform/Org.js

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

@@ -873,7 +873,7 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg =  new Class({
         }else if (values.length || oldValues.length) {
             change = true;
         }
-        if (change) this.fireEvent("change");
+        // if (change) this.fireEvent("change");
     },
     setData: function(value){
         if (!value) return false;