Saidas testastas

This commit is contained in:
Eudes Inácio
2023-02-27 22:16:15 +01:00
parent 75e6a62695
commit c037078ca7
6 changed files with 116 additions and 16 deletions
@@ -73,7 +73,9 @@ export class DiplomaAssinarPage implements OnInit {
componentProps: {
serialNumber: this.task.SerialNumber,
task: this.task,
showEnviarPendentes: false
showEnviarPendentes: false,
fulltask: this.fulltask
},
translucent: true
});
@@ -83,6 +85,7 @@ export class DiplomaAssinarPage implements OnInit {
async LoadTaskDetail(serial: string) {
this.processes.GetTask(serial).subscribe(res => {
console.log("res", res)
this.task = {
"SerialNumber": res.serialNumber,
"Folio": res.workflowInstanceDataFields.Subject,