This commit is contained in:
tiago.kayaya
2021-04-26 16:44:49 +01:00
parent 759e555392
commit 703de3a14d
10 changed files with 97 additions and 30 deletions
@@ -101,14 +101,11 @@ export class PedidosPage implements OnInit {
});
}
console.log(this.taskType);
console.log(this.taskType);
}
doRefresh(event) {
this.LoadList();
setTimeout(() => {
event.target.complete();
}, 2000);