Forráskód Böngészése

选人添加群组中的身份

unknown 5 éve
szülő
commit
0a82196324
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 );