提交 0edf0e72 编写于 作者: U unknown

修复选人可能的问题

上级 a2c1cb69
......@@ -1115,7 +1115,7 @@ MWF.xApplication.Selector.Person = new Class({
var selecteditem = this._newItemSelected(v, this, null);
this.selectedItems.push(selecteditem);
if(this.addToSelectedItemsMap)this.addToSelectedItemsMap(v, selecteditem);
}else{
}else if( typeOf(v)==="string" ){
this._getItem(function(json){
if( !json || !json.data )return;
this.options.values[i] = json.data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册