This commit is contained in:
tiago.kayaya
2021-06-22 16:49:54 +01:00
parent e9c9006bd1
commit 36ffc2a2be
15 changed files with 26 additions and 27 deletions
@@ -168,9 +168,10 @@ export class PedidosPage implements OnInit {
console.log(this.taskType);
}
doRefresh() {
doRefresh(event) {
this.LoadList();
setTimeout(() => {
event.target.complete();
}, 2000);
}