소스 검색

Merge branch 'features-o' of onunez/frontend-inversiones into development

Oscar José Nuñez Chávez 5 년 전
부모
커밋
2391dad47c
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      src/app/components/instruments/pper/pper.component.ts

+ 0 - 9
src/app/components/instruments/pper/pper.component.ts

@@ -115,7 +115,6 @@ export class PPER implements InstrumentComponent {
   pago_seguro_vivienda: any;
   total_cuotas_mensuales: any;
   cuota_sin_seguros: any;
-  proyecciones_array: any;
 
   constructor(
     private formBuilder: FormBuilder,
@@ -129,14 +128,6 @@ export class PPER implements InstrumentComponent {
     this.instrument_exists = this.instrument_work == undefined;
     this.general = this.formDataService.getGeneralInfo();
 
-    this.proyecciones_array = Object.values(
-      this.instrument_work.proyecciones
-    ).map(a => Object.values(a).every(x => x === null || x === ""));
-
-    this.proyecciones_array = this.proyecciones_array.toString() === true;
-
-    console.log(this.proyecciones_array);
-
     if (
       this.instrument_work != undefined &&
       this.instrument_work.proyecciones != ""