mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
remove name
This commit is contained in:
@@ -63,7 +63,7 @@ export class OptsExpedientePage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
async openNewGroupPage(){
|
||||
async openNewGroupPage() {
|
||||
|
||||
|
||||
const modal = await this.modalController.create({
|
||||
@@ -225,7 +225,7 @@ export class OptsExpedientePage implements OnInit {
|
||||
this.processes.SetTaskToPending(this.task.SerialNumber).subscribe(res=>{
|
||||
this.TaskService.loadExpedientes()
|
||||
this.goBack();
|
||||
},(error)=>{
|
||||
},(error) => {
|
||||
if(error.status == 0) {
|
||||
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user