mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix
This commit is contained in:
@@ -168,9 +168,8 @@ export class TaskService {
|
||||
try {
|
||||
await this.loadExpedientes()
|
||||
this.loadCount = true;
|
||||
this.showLoader = false;
|
||||
|
||||
} catch(error) {
|
||||
this.showLoader = false
|
||||
this.loadCount = true;
|
||||
}
|
||||
|
||||
@@ -187,6 +186,7 @@ export class TaskService {
|
||||
|
||||
await this.loadEventosParaAprovacao()
|
||||
this.loadCount = true
|
||||
this.showLoader = false;
|
||||
}
|
||||
|
||||
async loadDespachos() {
|
||||
|
||||
Reference in New Issue
Block a user