소스 검색

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

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

See merge request o2oa/o2oa!1487
蔡祥熠 5 년 전
부모
커밋
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(){