Pārlūkot izejas kodu

修复组织setData触发 change 事件的问题

unknown 5 gadi atpakaļ
vecāks
revīzija
1bb6427c42
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;