add inativity page

This commit is contained in:
Peter Maquiran
2021-08-27 09:48:51 +01:00
parent bf89001177
commit 6aec4a1d5f
10 changed files with 89 additions and 139 deletions
+4
View File
@@ -191,6 +191,10 @@ export class DespachoService {
async getList({updateStore = false}): Promise<customTask[]> {
if (this.LoaderService.loading) {
return this.despachoStore.list
}
this.LoaderService.push({})
let result: fullTask[] = []