提交 42cf18e7 编写于 作者: 蔡祥熠

Merge branch 'fix/Org.searchEmpty' into 'wrdp'

Merge of fix/Org.searchEmpty 修复组织搜索结果可能重复出现的问题 to wrdp

See merge request o2oa/o2oa!2675
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册