Browse Source

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

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

See merge request o2oa/o2oa!1487
蔡祥熠 5 years ago
parent
commit
9834189603
1 changed files with 2 additions and 0 deletions
  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{
             }else{
                 this._selectSingleItem();
                 this._selectSingleItem();
             }
             }
+        }else{
+            this._selectSingleItem();
         }
         }
     },
     },
     _selectSingleItem : function(){
     _selectSingleItem : function(){