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-->
|
||||
|
||||
<div class="container-fluid" *ngIf="encuesta" [hidden]="reportColaboracionPreguntas">
|
||||
<div class="container-fluid" *ngIf="colaboracion" [hidden]="reportColaboracionPreguntas">
|
||||
<div>
|
||||
<div
|
||||
class="ds-survey"
|
||||
|
|
|
@ -49,6 +49,7 @@ export class DashboardUserComponent implements OnInit {
|
|||
usuarioExtra: UsuarioExtra | null = null;
|
||||
account: Account | null = null;
|
||||
encuesta: IEncuesta | null = null;
|
||||
colaboracion: IEncuesta | null = null;
|
||||
preguntaId?: number = 0;
|
||||
usuarioEncuestas?: IUsuarioEncuesta[];
|
||||
colaboraciones?: IEncuesta[];
|
||||
|
@ -290,7 +291,7 @@ export class DashboardUserComponent implements OnInit {
|
|||
this.reportColaboracionPreguntas = false;
|
||||
}
|
||||
|
||||
this.encuesta = encuesta;
|
||||
this.colaboracion = encuesta;
|
||||
debugger;
|
||||
this.isLoading = true;
|
||||
this.encuestaService
|
||||
|
|
Loading…
Reference in New Issue