This commit is contained in:
Peter Maquiran
2021-11-29 14:50:57 +01:00
parent ed9bf7ffa0
commit fa147774de
4 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ export class DespachoService {
}
async getList({updateStore = false}): Promise<customTask[]> | null {
async getList({updateStore = false}) {
if (this.LoaderService.loading) {
return this.despachoStore.list
+2
View File
@@ -96,6 +96,7 @@ export class HomePage implements OnInit {
});
window['platform'] = platform
window['inactivity/function'] = () => {
if (window.location.pathname != '/inactivity') {
@@ -110,6 +111,7 @@ export class HomePage implements OnInit {
}
}
goto(url) {
@@ -448,6 +448,7 @@ export class DespachoPrPage implements OnInit {
else if (actionName == 'Reexecução') {
await this.reexecutar(res.data.note, docs);
}
this.goBack();
}
});
@@ -263,6 +263,7 @@ export class DespachosPrOptionsPage implements OnInit {
else if(actionName == 'Concluido') {
await this.concluir(res.data.note, docs);
}
this.goBack();
}
});