correction in the function of enviar para reexecucao in despacho

This commit is contained in:
EQUILIBRIUM\hirondino.van-dunem
2022-06-23 12:46:00 +01:00
parent 078870b522
commit f1b33b237b
3 changed files with 3 additions and 4 deletions
@@ -293,7 +293,7 @@ export class DespachosOptionsPage implements OnInit {
async reexecutar(note:string, documents:any){
let body = {
"serialNumber": this.serialNumber,
"action": "Reexecutar",
"action": "Reexecução",
"ActionTypeId": 100000010,
"dataFields": {
"ReviewUserComment": note,