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