mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
fix
This commit is contained in:
@@ -482,7 +482,11 @@ export class DespachoPage implements OnInit {
|
||||
await this.distartExpedientModal();
|
||||
}
|
||||
|
||||
this.goBack();
|
||||
|
||||
if(res.data?.action != 'cancel') {
|
||||
this.goBack();
|
||||
}
|
||||
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
});
|
||||
|
||||
@@ -209,7 +209,7 @@ export class DiplomasGerarPage implements OnInit {
|
||||
this.httpErroHandle.httpsSucessMessagge('Enviar para Pendentes')
|
||||
this.TaskService.loadDiplomas()
|
||||
loader.remove()
|
||||
},
|
||||
},
|
||||
error => {
|
||||
loader.remove()
|
||||
this.httpErroHandle.httpStatusHandle(error)
|
||||
|
||||
@@ -713,7 +713,7 @@
|
||||
Pendentes<br>
|
||||
<span class="new-task-count" *ngIf="TaskService.pendentesstore.newList.length >=2">{{
|
||||
TaskService.pendentesstore.newList.length}} correspondências novas</span>
|
||||
<span class="new-task-count" *ngIf="TaskService.pendentesstore.newList.length >=1">{{
|
||||
<span class="new-task-count" *ngIf="TaskService.pendentesstore.newList.length ==1">{{
|
||||
TaskService.pendentesstore.newList.length}} correspondência nova</span>
|
||||
</p>
|
||||
<p *ngIf="p.userPermission([p.permissionList.Gabinete.pr_tasks])" class="text-center exp-card-title ">Meus
|
||||
|
||||
Reference in New Issue
Block a user