mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Saidas testastas
This commit is contained in:
+4
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user