Fix scrollbar and skeleton loeader

This commit is contained in:
Peter Maquiran
2021-07-16 15:01:32 +01:00
parent f2f08f6964
commit 144444e1b2
17 changed files with 79 additions and 90 deletions
@@ -23,13 +23,13 @@ export class PedidosPage implements OnInit {
@ViewChild(CalendarComponent) myCal: CalendarComponent;
taskslist:DailyWorkTask[];
parecerList:any[];
parecerList:any[] = [];
fulltask:any;
parecerListResult:tasksList[] = [];
deferimentoListResult:tasksList[] = [];
deferimentoList:any[];
deferimentoList:any[] = [];
taskType: string;
@Input() serialNumber:string;