This commit is contained in:
Your Name
2025-01-20 09:28:53 -06:00
parent 184abed9a1
commit 1eba397a1a
2 changed files with 13 additions and 1 deletions

View File

@@ -344,7 +344,7 @@ const detalle = reactive({
this.materia = resultado.materia;
this.carrera = resultado.carrera;
this.nivel = resultado.nivel;
this.grupo = resultado.grupo;
this.horario_grupo = resultado.horario_grupo;
}
catch (error) {
console.log('Error:', error)