|
|
@@ -17823,6 +17823,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
if (!$scope.attaches) {
|
|
|
$scope.attaches = []; // 存放上传了的附件
|
|
|
}
|
|
|
+ $scope.loading = true;
|
|
|
// var staticItem = null;
|
|
|
// $scope.loading = true;
|
|
|
|
|
|
@@ -17863,7 +17864,9 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
+ $scope.loading = false;
|
|
|
}, function (response) {
|
|
|
+ $scope.loading = false;
|
|
|
toaster.pop('error', '数据加载失败', response.data);
|
|
|
});
|
|
|
|