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

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

Merge of fix/Selector.selectSingleItem_execption to wrdp

See merge request o2oa/o2oa!1486

(cherry picked from commit 9859ef581110229333706cc689f5fff80fadd1cc)

091df3cc 修复移动端唯一候选人默认选中的问题
蔡祥熠 5 лет назад
Родитель
Сommit
a0588de903
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(){