This commit is contained in:
Patriots01
2026-08-04 17:33:24 -06:00
3 changed files with 12 additions and 11 deletions
+10 -10
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"baseUrl": "http://localhost:3000",
"paths": {
"~/*": ["./*"],
"@/*": ["./*"],
+1
View File
@@ -64,6 +64,7 @@ export default {
.catch((err) => {
//this.imprimirError('No se pudo enviar el correo.');
console.error(err);
console.log(err)
errorAlInscribir();
});
}