瀏覽代碼

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;