Browse Source

选人添加群组中的身份

unknown 5 years ago
parent
commit
4972cf21b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      o2web/source/x_component_Selector/Identity.js

+ 1 - 1
o2web/source/x_component_Selector/Identity.js

@@ -1204,7 +1204,7 @@ MWF.xApplication.Selector.Identity.Include = new Class({
         }
         }
     },
     },
     listByFilterUnit : function( type, key, callback ){
     listByFilterUnit : function( type, key, callback ){
-        var keyString = typeOf( key )==="string" ? key.toLowerCase() : key.key.toLowerCase();
+        var keyString = typeOf( key )==="string" ? key.toLowerCase() : key.key.toLowerCase()
 
 
         if ( this.includeUnit && this.includeUnit.length ){
         if ( this.includeUnit && this.includeUnit.length ){
             key = this.getUnitFilterKey( key, this.includeUnit );
             key = this.getUnitFilterKey( key, this.includeUnit );