diff --git a/components/admin/ticket.vue b/components/admin/ticket.vue index fb51dca..607556f 100644 --- a/components/admin/ticket.vue +++ b/components/admin/ticket.vue @@ -3,6 +3,8 @@
+ +
{ - this.updateIsLoading(false) + this.isLoading = false this.urlTicket = res.config.url }) .catch((err) => { - this.updateIsLoading(false) + this.isLoading = false this.imprimirError(err.response.data) }) }, @@ -118,7 +121,6 @@ export default { this.imprimirMensaje(res.data.message) }) .catch((err) => { - console.log(err) this.updateIsLoading(false) this.imprimirError(err.response.data) })