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