Oscar José Nuñez Chávez 5 年之前
父节点
当前提交
f5e90c8271
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/components/investment-proposals/complement-info/complement-info.component.ts

+ 1 - 1
src/app/components/investment-proposals/complement-info/complement-info.component.ts

@@ -90,7 +90,7 @@ export class ComplementInfoComponent implements OnInit {
     console.log("instrumento");
     console.log(this.instrumentInfo);
 
-    this.catalogService.getCatalogInfo("companies").subscribe(res => {
+    this.catalogService.getCatalogInfo("empresas").subscribe(res => {
       this.companies = res;
 
       if (this.investmentProposalID != undefined) {