Manuel Tauber 2024-05-02 13:51:16 +02:00
parent 6f52d3bb83
commit ac43e9e972
1 changed files with 2 additions and 1 deletions

View File

@ -674,6 +674,7 @@ export class DataService {
);
}
//let approval = this.validateApproval(resp.approvalStatus);
console.log(resp.statusReason);
res.push({
flagApproval: resp.flagApproval,
flagCancel: resp.flagCancel,
@ -702,7 +703,7 @@ export class DataService {
packageInstanceId: resp.packageInstanceId
});
})
// console.log(res);
console.log(res);
this.errorService.error = false;
resolve(res);
},(error=>{