From ad21da64121d4e8ac82e4372394b70eae5d30682 Mon Sep 17 00:00:00 2001 From: mxrco Date: Tue, 8 Dec 2020 14:06:27 -0600 Subject: [PATCH] botonConfirmar --- components/admin/servicio/vistaServicio.vue | 41 ++++++++++++--------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/components/admin/servicio/vistaServicio.vue b/components/admin/servicio/vistaServicio.vue index 430163f..8584547 100644 --- a/components/admin/servicio/vistaServicio.vue +++ b/components/admin/servicio/vistaServicio.vue @@ -127,28 +127,32 @@

Cuenta con cuestionario de alumno resuelto.

- - Regresar - - - Cancelar - - +
+ Confirmar Confirmar -

- - - - - Cancelar servicio - - - Cancelar servicio - +
+
+ + Regresar + + + Cancelar + +

+ + + + + Cancelar servicio + + + Cancelar servicio + +
@@ -279,6 +283,7 @@ export default { .then(res => { this.isLoading = false this.$buefy.dialog.alert('Se ha rechazado el documento') + this.$router.push('./') }) .catch(err => { this.isLoading = false @@ -297,6 +302,7 @@ export default { .then(res => { this.isLoading = false this.$buefy.dialog.alert('Se ha rechazado el documento') + this.$router.push('./') }) .catch(err => { this.isLoading = false @@ -315,6 +321,7 @@ export default { .then(res => { this.isLoading = false this.$buefy.dialog.alert('Se ha rechazado el documento') + this.$router.push('./') }) .catch(err => { this.isLoading = false