From 117da328244952abb6293df2c49fd185c252173b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 27 Jul 2020 14:19:57 +0800 Subject: [PATCH] Selector.noSelectableItemText_execption --- o2web/source/x_component_Selector/Person.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/x_component_Selector/Person.js b/o2web/source/x_component_Selector/Person.js index b23df790f2..0b6b0f5e02 100644 --- a/o2web/source/x_component_Selector/Person.js +++ b/o2web/source/x_component_Selector/Person.js @@ -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 -- GitLab