mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix
This commit is contained in:
@@ -273,7 +273,6 @@ export class ExpedienteDetailPage implements OnInit {
|
||||
loader.remove()
|
||||
}
|
||||
|
||||
this.goBack();
|
||||
}
|
||||
else if(res['data'] == 'No'){
|
||||
console.log('Update');
|
||||
|
||||
@@ -473,10 +473,14 @@ export class PedidoPage implements OnInit {
|
||||
this.router.navigate(['/home/gabinete-digital/pendentes']);
|
||||
}
|
||||
else {
|
||||
console.log(this.task.WorkflowName)
|
||||
// Pedido de Deferimento
|
||||
// Pedido de Parecer
|
||||
|
||||
let navigationExtras: NavigationExtras = {
|
||||
queryParams: {
|
||||
"pendentes": true,
|
||||
}
|
||||
"pendentes": true,
|
||||
}
|
||||
}
|
||||
this.router.navigate(['/home/gabinete-digital'], navigationExtras);
|
||||
}
|
||||
@@ -486,10 +490,15 @@ export class PedidoPage implements OnInit {
|
||||
this.router.navigate(['/home/gabinete-digital/pedidos']);
|
||||
}
|
||||
else {
|
||||
console.log(this.task.WorkflowName)
|
||||
// Pedido de Deferimento
|
||||
// Pedido de Parecer
|
||||
|
||||
|
||||
let navigationExtras: NavigationExtras = {
|
||||
queryParams: {
|
||||
"pedidos": true,
|
||||
}
|
||||
"pedidos": true,
|
||||
}
|
||||
}
|
||||
this.router.navigate(['/home/gabinete-digital'], navigationExtras);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user