Просмотр исходного кода

Merge branch 'cherry-pick-9859ef58' into 'develop'

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

See merge request o2oa/o2oa!1487
蔡祥熠 5 лет назад
Родитель
Сommit
9834189603
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      o2web/source/x_component_Selector/Person.js

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

@@ -1391,6 +1391,8 @@ MWF.xApplication.Selector.Person = new Class({
             }else{
                 this._selectSingleItem();
             }
+        }else{
+            this._selectSingleItem();
         }
     },
     _selectSingleItem : function(){