diff --git a/components/admin/ticket.vue b/components/admin/ticket.vue index 05212a6..5723d4e 100644 --- a/components/admin/ticket.vue +++ b/components/admin/ticket.vue @@ -92,13 +92,15 @@ export default { .then((res) => { this.updateIsLoading(false) this.imprimirMensaje(res.data.message) - // this.$router.go(-1) }) .catch((err) => { console.log(err) this.updateIsLoading(false) this.imprimirError(err.response.data) }) + .finally(() => { + this.$router.go(-1) + }) }, fecha(fecha) { return moment(fecha).format('L')