Pārlūkot izejas kodu

Merge branch 'wrdp' into 'develop'

Wrdp

See merge request o2oa/o2oa!1953
蔡祥熠 5 gadi atpakaļ
vecāks
revīzija
f2aaf330c2
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      o2web/source/x_component_Selector/Person.js

+ 1 - 0
o2web/source/x_component_Selector/Person.js

@@ -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;