Agregar mensaje de error en el servicio de profesores
This commit is contained in:
@@ -207,13 +207,18 @@ export default {
|
||||
path: '/profesor/bienvenida'
|
||||
//query: { nombre, idUsuario, numeroCuenta }
|
||||
})
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
//Borrar
|
||||
/*
|
||||
this.profesor = null
|
||||
this.error = 'is-danger'
|
||||
this.mensaje = 'Profesor no encontrado o sin nombre registrado.'
|
||||
this.imprimirWarning('No se encontró al profesor.')
|
||||
*/
|
||||
errorBuscar();
|
||||
}
|
||||
|
||||
})
|
||||
.catch((err) => {
|
||||
//this.profesor = null
|
||||
|
||||
Reference in New Issue
Block a user