提交 0871fb10 编写于 作者: U unknown

修复组织搜索结果可能重复出现的问题

上级 2876f6b4
......@@ -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.
先完成此消息的编辑!
想要评论请 注册