浏览代码

Merge branch 'wrdp' into 'develop'

Wrdp

See merge request o2oa/o2oa!2676
蔡祥熠 5 年之前
父节点
当前提交
8aebf1f3ed
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      o2web/source/x_component_Org/$Explorer.js

+ 2 - 1
o2web/source/x_component_Org/$Explorer.js

@@ -240,9 +240,10 @@ MWF.xApplication.Org.$Explorer = new Class({
                 }
             }.bind(this)
         });
-        this.searchButtonNode.addEvent("click", function(){this.searchOrg();}.bind(this));
+        // this.searchButtonNode.addEvent("click", function(){this.searchOrg();}.bind(this));
     },
     searchOrg: function(){
+        debugger;
         var key = this.searchInputNode.get("value");
         var isSearchElement = true;
         this.searching = false;