mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Fix scrollbar and skeleton loeader
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user