cambio de nombre de variable
This commit is contained in:
parent
d4d77e92dd
commit
18c0e40fc8
|
@ -367,7 +367,7 @@
|
||||||
|
|
||||||
<!--REPORTES DE LAS PREGUNTAS DE LA COLABORACION-->
|
<!--REPORTES DE LAS PREGUNTAS DE LA COLABORACION-->
|
||||||
|
|
||||||
<div class="container-fluid" *ngIf="encuesta" [hidden]="reportColaboracionPreguntas">
|
<div class="container-fluid" *ngIf="colaboracion" [hidden]="reportColaboracionPreguntas">
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
class="ds-survey"
|
class="ds-survey"
|
||||||
|
|
|
@ -49,6 +49,7 @@ export class DashboardUserComponent implements OnInit {
|
||||||
usuarioExtra: UsuarioExtra | null = null;
|
usuarioExtra: UsuarioExtra | null = null;
|
||||||
account: Account | null = null;
|
account: Account | null = null;
|
||||||
encuesta: IEncuesta | null = null;
|
encuesta: IEncuesta | null = null;
|
||||||
|
colaboracion: IEncuesta | null = null;
|
||||||
preguntaId?: number = 0;
|
preguntaId?: number = 0;
|
||||||
usuarioEncuestas?: IUsuarioEncuesta[];
|
usuarioEncuestas?: IUsuarioEncuesta[];
|
||||||
colaboraciones?: IEncuesta[];
|
colaboraciones?: IEncuesta[];
|
||||||
|
@ -290,7 +291,7 @@ export class DashboardUserComponent implements OnInit {
|
||||||
this.reportColaboracionPreguntas = false;
|
this.reportColaboracionPreguntas = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.encuesta = encuesta;
|
this.colaboracion = encuesta;
|
||||||
debugger;
|
debugger;
|
||||||
this.isLoading = true;
|
this.isLoading = true;
|
||||||
this.encuestaService
|
this.encuestaService
|
||||||
|
|
Loading…
Reference in New Issue