eason.qian 7 years ago
parent c04d6d93c4
commit 7e404d685f

@ -131,7 +131,9 @@ define(['angular', 'angularSanitize', 'angularAnimate', 'angularMessages', 'uiRo
}); });
}; };
if ($scope.currentUser.role == 1 || $scope.currentUser.role == 2) {
$scope.getAgStatus(); $scope.getAgStatus();
}
$scope.refundNotice = {counts: 0}; $scope.refundNotice = {counts: 0};
$scope.openRefundNotice = false; $scope.openRefundNotice = false;
$scope.showRefundNotice = function () { $scope.showRefundNotice = function () {

Loading…
Cancel
Save