main
parent
6f52d3bb83
commit
ac43e9e972
|
|
@ -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=>{
|
||||
|
|
|
|||
Loading…
Reference in New Issue