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

Merge branch 'fix/Process.org_setdata_fireEvent' into 'wrdp'

Merge of fix/Process.org_setdata_fireEvent 修复流程org组件setData触发 change 事件的问题 to wrdp

See merge request o2oa/o2oa!2400
蔡祥熠 пре 5 година
родитељ
комит
f232809f55
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;