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:
@@ -143,6 +143,7 @@ export class OptsExpedientePage implements OnInit {
|
||||
|
||||
this.attachmentsService.AddAttachment(body).subscribe((res)=> {
|
||||
this.toastService._successMessage()
|
||||
this.popoverController.dismiss()
|
||||
}, (error) => {
|
||||
this.httpErrorHanlde.httpStatusHandle(error)
|
||||
},()=> {
|
||||
@@ -151,7 +152,7 @@ export class OptsExpedientePage implements OnInit {
|
||||
|
||||
});
|
||||
|
||||
this.popoverController.dismiss()
|
||||
|
||||
|
||||
}
|
||||
}, (error) => {
|
||||
|
||||
Reference in New Issue
Block a user