This commit is contained in:
Eudes Inácio
2021-11-29 17:17:39 +01:00
4 changed files with 6 additions and 2 deletions
@@ -448,6 +448,7 @@ export class DespachoPrPage implements OnInit {
else if (actionName == 'Reexecução') {
await this.reexecutar(res.data.note, docs);
}
this.goBack();
}
});