提交 a4ee4883 编写于 作者: 蔡祥熠

Merge branch 'fix/Org.search_execption' into 'develop'

Merge of fix/[组织管理]修复组织视图搜索可能报错的问题 to develop

See merge request o2oa/o2oa!631
......@@ -244,9 +244,9 @@ MWF.xApplication.Org.$Explorer = new Class({
},
searchOrg: function(){
var key = this.searchInputNode.get("value");
var isSearchElement = true;
if (key){
if (key!==this.options.lp.searchText){
var isSearchElement = true;
if (this.currentItem) isSearchElement = this.currentItem.unSelected();
if (isSearchElement){
this._listElementByKey(function(json){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册