提交 034c0512 编写于 作者: U unknown

修复人员选择群组中身份可能存在的问题

上级 d246b1c1
......@@ -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){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册