提交 21132e9b 编写于 作者: 蔡祥熠

Merge branch 'fix/fetch_from_wrdp' into 'develop'

同步到develop

See merge request o2oa/o2oa!1267
......@@ -1363,10 +1363,10 @@ MWF.xApplication.Selector.Person = new Class({
},
afterLoadSelectItem : function(){
if( this.items.length === 0 && this.subItems.length === 0 && this.subCategorys.length === 0 ){
this.noSelectableItemTextDiv = new Element("div", {
text : MWF.SelectorLP.noSelectableItemText,
styles : this.css.noSelectableItemText
}).inject( this.itemAreaNode );
this.noSelectableItemTextDiv = new Element("div", {
text : MWF.SelectorLP.noSelectableItemText,
styles : this.css.noSelectableItemText
}).inject( this.itemAreaNode );
}
this.fireEvent("afterLoadSelectItem", [this]);
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册