This commit is contained in:
tiago.kayaya
2021-10-19 10:05:35 +01:00
parent 85a2594529
commit c16f44d1d6
+4 -1
View File
@@ -253,7 +253,10 @@ export class DespachoService {
});
despachoList = this.sortService.sortArrayByDate(despachoList).reverse();
console.log(despachoList);
despachoList = this.sortService.sortArrayISODate(despachoList).reverse();
if(updateStore) {
this.despachoStore.reset(despachoList);