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