mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
Mobile deferimento bug solved
This commit is contained in:
@@ -207,10 +207,10 @@ export class PedidosPage implements OnInit {
|
|||||||
this.deferimentoList.push(task);
|
this.deferimentoList.push(task);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
|
||||||
this.addPedidoToDb(this.deferimentoList);
|
this.addPedidoToDb(this.deferimentoList);
|
||||||
this.listToPresentdeferimentoList = this.sortService.sortDate(this.deferimentoList, 'CreateDate')
|
this.listToPresentdeferimentoList = this.sortService.sortDate(this.deferimentoList, 'CreateDate')
|
||||||
this.pedidosstorage.resetdeferimento(this.listToPresentdeferimentoList);
|
this.pedidosstorage.resetdeferimento(this.listToPresentdeferimentoList);
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user