This commit is contained in:
tiago.kayaya
2021-05-17 09:44:24 +01:00
parent 6ed1901b4b
commit e00a8ebeab
3 changed files with 7 additions and 3 deletions
@@ -216,7 +216,9 @@ export class CreateProcessPage implements OnInit {
"ActionTypeId": 104, "ActionTypeId": 104,
"dataFields": { "dataFields": {
"ReviewUserComent": '', "ReviewUserComent": '',
} },
"AttachmentList" :null,
} }
this.processes.CompleteTask(body); this.processes.CompleteTask(body);
} }
@@ -160,7 +160,8 @@ export class DespachoPage implements OnInit {
"ActionTypeId": 104, "ActionTypeId": 104,
"dataFields": { "dataFields": {
"ReviewUserComent": note, "ReviewUserComent": note,
} },
"AttachmentList" :null,
} }
this.processes.CompleteTask(body); this.processes.CompleteTask(body);
this.close(); this.close();
@@ -187,7 +187,8 @@ export class PedidoPage implements OnInit {
"ActionTypeId": 95, "ActionTypeId": 95,
"dataFields": { "dataFields": {
"ReviewerUseComment": '', "ReviewerUseComment": '',
} },
"AttachmentList" :null,
} }
this.processes.CompleteTask(body); this.processes.CompleteTask(body);
} }