This commit is contained in:
Peter Maquiran
2021-08-10 09:40:14 +01:00
parent ca32bc3808
commit 62cd2e4f66
11 changed files with 27 additions and 32 deletions
@@ -56,7 +56,7 @@ export class ExpedientePage implements OnInit {
this.skeletonLoader = true
try {
const expedientePr: object[] = await this.processes.GetTasksList("Expediente do Presidente", false).toPromise()
const expedientePr: object[] = await this.processes.GetTasksList("Expediente", false).toPromise()
const expedienteMD: object[] = await this.processes.GetTasksList("Expediente", false).toPromise()
const result = expedientePr.concat(expedienteMD)