Selaa lähdekoodia

CI-CD, ajuste en listado de propuestas

Oscar José Nuñez Chávez 5 vuotta sitten
vanhempi
commit
e383cfedca

+ 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;