This commit is contained in:
tiago.kayaya
2021-05-27 14:24:42 +01:00
parent 3979ced62b
commit 328443ff68
3 changed files with 10 additions and 4 deletions
@@ -60,6 +60,8 @@ export class ExpedienteDetailPage implements OnInit {
ngOnInit() {
this.profile = "mdgpr";
console.log('HERE');
console.log(this.serialnumber);
this.activateRoute.paramMap.subscribe(paramMap => {
@@ -106,6 +108,8 @@ export class ExpedienteDetailPage implements OnInit {
async LoadTaskDetail(serial: string) {
this.processes.GetTask(serial).subscribe(res => {
console.log(res);
this.task = {
"SerialNumber": res.serialNumber,
"Folio": res.workflowInstanceDataFields.Subject,