Merge branch 'master' of https://repositorio.acatlan.unam.mx/CIDWA/inscripciones_front into develop
This commit is contained in:
+10
-10
@@ -208,16 +208,16 @@ export default {
|
||||
//query: { nombre, idUsuario, numeroCuenta }
|
||||
})
|
||||
}
|
||||
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();
|
||||
}
|
||||
// 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) => {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"baseUrl": "http://localhost:3000",
|
||||
"paths": {
|
||||
"~/*": ["./*"],
|
||||
"@/*": ["./*"],
|
||||
|
||||
@@ -64,6 +64,7 @@ export default {
|
||||
.catch((err) => {
|
||||
//this.imprimirError('No se pudo enviar el correo.');
|
||||
console.error(err);
|
||||
console.log(err)
|
||||
errorAlInscribir();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user