提交 c07d6c55 编写于 作者: U unknown

调整选人组件的回调

上级 858b047e
......@@ -1217,6 +1217,7 @@ MWF.xApplication.Selector.Person = new Class({
this.isItemLoaded = true;
this.loaddingItems = false;
}
if( this.afterLoadSelectItem )this.afterLoadSelectItem();
}.bind(this));
}else{
if (addToNext) this.loadItemsQueue++;
......@@ -1359,6 +1360,9 @@ MWF.xApplication.Selector.Person = new Class({
if (!this.isItemLoaded) this.loadSelectItems();
}
}
},
afterLoadSelectItem : function(){
},
setSize : function(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册