This commit is contained in:
Your Name
2025-02-17 14:55:02 -06:00
parent 96eba3f917
commit c980c5aecd
5 changed files with 63 additions and 83 deletions

View File

@@ -295,7 +295,7 @@ const store = reactive({
'facultad_id': store.filters.facultad_id,
'estados': store.filters.estados,
'profesor': store.filters.profesor,
'bloque_horario': store.filters.bloque_horario,
'bloque_horario': store.bloques_horario?.data.find((bloque) => bloque.id === store.filters['bloque_horario']),
})
});
const blob = await res.blob();