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

Merge branch 'fix/Selector.select_single_execption' into 'wrdp'

Merge of fix/Selector.select_single_execption 修复人员选择单选可能存在的bug to wrdp

See merge request o2oa/o2oa!1952
......@@ -1978,6 +1978,7 @@ MWF.xApplication.Selector.Person.Item = new Class({
selectedSingle: function( checkValid ){
if (!this.isSelected){
if (this.selector.currentItem) this.selector.currentItem.unSelectedSingle();
this.selector.emptySelectedItems();
this.getData(function(){
this.selector.currentItem = this;
this.isSelected = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册