diff --git a/o2web/source/x_component_Selector/Identity.js b/o2web/source/x_component_Selector/Identity.js index a254e7ed4a4362f77fb92ce85567e016610bbb8a..81ff981326ba90abe288bd7abaeab5faa0bb0053 100644 --- a/o2web/source/x_component_Selector/Identity.js +++ b/o2web/source/x_component_Selector/Identity.js @@ -1908,7 +1908,7 @@ MWF.xApplication.Selector.Identity.Include = new Class({ //根据关键字获取组织和群组内的身份 var keyString = typeOf( key )==="string" ? key.toLowerCase() : key.key.toLowerCase(); - if ( this.includeUnit && this.includeUnit.length ){ + if ( (this.includeUnit && this.includeUnit.length) || (this.includeGroup && this.includeGroup.length) ){ key = this.getUnitFilterKey( key, this.includeUnit, this.includeGroup ); this.orgAction.listIdentityByKey(function(json){