|
|
@@ -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 () {
|