mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
improve
This commit is contained in:
@@ -330,7 +330,6 @@ export class CreateProcessPage implements OnInit {
|
||||
try {
|
||||
await this.pedidoService.createDeferimento(this.postData).toPromise();
|
||||
await this.pedidoService.taskCompleteDeferimento({serialNumber:this.task.serialNumber}).toPromise();
|
||||
alert('!!__!!')
|
||||
|
||||
this.modalController.dismiss();
|
||||
this.toastService.successMessage('Pedido de Deferimento criado');
|
||||
@@ -470,8 +469,7 @@ export class CreateProcessPage implements OnInit {
|
||||
}
|
||||
|
||||
} else {
|
||||
alert('!!!')
|
||||
console.log('this.task', this.task)
|
||||
console.log('unexpected activityInstanceName', this.task)
|
||||
}
|
||||
|
||||
console.log(body);
|
||||
|
||||
Reference in New Issue
Block a user