Browse Source

企业行业选择选择最后一级隐藏选择框

wangmh 8 years ago
parent
commit
6d4f796606
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/webapp/resources/js/index/app.js

+ 1 - 0
src/main/webapp/resources/js/index/app.js

@@ -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 = [];