提交 166287b5 编写于 作者: U unknown

修复人员选择单选可能存在的bug

上级 8ddedfd8
......@@ -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.
先完成此消息的编辑!
想要评论请 注册