This commit is contained in:
tiago.kayaya
2021-05-06 13:37:22 +01:00
parent 582efcac2d
commit bdef27b804
11 changed files with 54 additions and 54 deletions
@@ -203,11 +203,12 @@ export class CreateProcessPage implements OnInit {
let body = {
"serialNumber": this.task.serialNumber,
"action": "Conhecimento",
"ActionTypeId": 104,
"dataFields": {
"ReviewerUserComment": '',
}
}
this.processes.PostTaskAction(body);
this.processes.CompleteTask(body);
}
getAttachments() {