mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
save
This commit is contained in:
@@ -81,10 +81,10 @@ segmentChanged(ev: any) {
|
||||
this.loading = true;
|
||||
|
||||
let result = await this.processes.GetTasksList("Despacho do Presidente da República", false).toPromise();
|
||||
|
||||
console.log(result);
|
||||
let despachosPr = result.reverse().filter(data => data.workflowInstanceDataFields.Status != "Revising");
|
||||
console.log(despachosPr);
|
||||
|
||||
result.forEach( (element, index) => {
|
||||
despachosPr.forEach( (element, index) => {
|
||||
|
||||
let task = {
|
||||
"SerialNumber": element.serialNumber,
|
||||
|
||||
Reference in New Issue
Block a user