提交 51fc8e7a 编写于 作者: 蔡祥熠

Merge branch 'Selector.noSelectableItemText_execption' into 'develop'

Merge of Selector.noSelectableItemText_execption to develop

See merge request o2oa/o2oa!1263
......@@ -1362,7 +1362,7 @@ MWF.xApplication.Selector.Person = new Class({
}
},
afterLoadSelectItem : function(){
if( this.subItems.length === 0 && this.subCategorys.length === 0 && this.items.length === 0 ){
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册