|
|
@@ -74,7 +74,9 @@ export class CircularHijosComponent implements OnInit {
|
|
|
}
|
|
|
|
|
|
getCirculares() {
|
|
|
+ console.log(this.dataAlum[0].idUsuario)
|
|
|
return this.circularService.getByUser(this.dataAlum[0].idUsuario).subscribe((response: any) => {
|
|
|
+
|
|
|
this.isLoading = false;
|
|
|
this.dataSource = new MatTableDataSource<any>(response.filter((filtro: any) => filtro.estado === 'Activo'));
|
|
|
this.dataSource.paginator = this.paginator;
|