소스 검색

CI-CD, ajuste en listado de propuestas

Oscar José Nuñez Chávez 5 년 전
부모
커밋
e383cfedca
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/app/components/investment-proposals/investment-proposals.component.ts

+ 2 - 2
src/app/components/investment-proposals/investment-proposals.component.ts

@@ -79,7 +79,7 @@ export class InvestmentProposalsComponent implements OnInit {
     this.investmentsService.getProposalInvestmentsList().subscribe(
       ans => {
         this.listProposals = ans.result;
-
+        /*
         if (this.userType(this.userRole, "analistas")) {
           this.listProposals;
         } else if (this.userType(this.userRole, "contabilidad")) {
@@ -100,7 +100,7 @@ export class InvestmentProposalsComponent implements OnInit {
               proposals["id_estado_inversion"]["codigo"]
             )
           );
-        }
+        }*/
 
         this.dataSource.data = this.listProposals;
         this.dataSource.paginator = this.paginator;