Преглед на файлове

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;