@@ -9897,6 +9897,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
$scope.onItemClick = function (key, index, value) {
if (angular.isString(value)){
$scope.enterprise.profession = value;
+ $scope.showProfession = false;
return;
}
$scope.professionArray = [];