eason.qian 7 years ago
parent cb13558735
commit b9efe148ec

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

Loading…
Cancel
Save