Excel óptimo

This commit is contained in:
Your Name
2025-01-21 10:56:42 -06:00
parent 37f4cc42c1
commit 8d96d45f58
3 changed files with 43 additions and 12 deletions

View File

@@ -290,7 +290,11 @@ const store = reactive({
headers: {
'Content-Type': 'application/json'
},
// body: JSON.stringify(this.relevant)
body: JSON.stringify({
'facultad_id': store.filters.facultad_id,
'estados': store.filters.estados,
'profesor': store.filters.profesor,
})
});
const blob = await res.blob();
window.saveAs(blob, `auditoria_${new Date().toISOString().slice(0, 10)}.xlsx`);