From 7c00fe6beeb702425b215964f6237b4de3911a3a Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Tue, 8 Mar 2022 00:25:47 -0600 Subject: [PATCH] =?UTF-8?q?animaci=C3=B3n=20de=20carga=20en=20el=20ticekt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/admin/ticket.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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) })