Просмотр исходного кода

去除前端企业成长历程

hejq 7 лет назад
Родитель
Сommit
baba0542b5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/webapp/resources/js/index/app.js

+ 2 - 2
src/main/webapp/resources/js/index/app.js

@@ -11106,7 +11106,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
                 toaster.pop('error', '提示', response.data);
             });
         });
-        AccountEnterprise.growth({}, function (data) {
+        /*AccountEnterprise.growth({}, function (data) {
             if (data != null && data.length > 0) {
                 var growth = [], years = [];
                 angular.forEach(data, function (d) {
@@ -11120,7 +11120,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
                 });
                 $scope.growth = growth;
             }
-        });
+        });*/
 
         // 更新企业信息
         $scope.updateDetailInfo = function () {