Excel mejorado

This commit is contained in:
Your Name
2025-01-21 14:14:56 -06:00
parent 6bafc570f6
commit b98334ef38
2 changed files with 13 additions and 4 deletions

View File

@@ -294,6 +294,7 @@ const store = reactive({
'facultad_id': store.filters.facultad_id,
'estados': store.filters.estados,
'profesor': store.filters.profesor,
'bloque_horario': store.filters.bloque_horario,
})
});
const blob = await res.blob();