Просмотр исходного кода

选人添加群组中的身份

unknown 5 лет назад
Родитель
Сommit
0a82196324
1 измененных файлов с 1 добавлено и 1 удалено
  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 ){
-        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 ){
             key = this.getUnitFilterKey( key, this.includeUnit );