提交 efdc3133 编写于 作者: 蔡祥熠

Merge branch 'fix/Selector' into 'develop'

Merge of fix/Selector 修复选人可能的问题 to develop

See merge request o2oa/o2oa!380
......@@ -1117,6 +1117,7 @@ MWF.xApplication.Selector.Person = new Class({
if(this.addToSelectedItemsMap)this.addToSelectedItemsMap(v, selecteditem);
}else{
this._getItem(function(json){
if( !json || !json.data )return;
this.options.values[i] = json.data;
json.data.isFromValues = true;
var selecteditem = this._newItemSelected(json.data, this, null);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册