mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add inativity page
This commit is contained in:
@@ -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[] = []
|
||||
|
||||
Reference in New Issue
Block a user