Correción fecth periodos

This commit is contained in:
AlexLara
2025-05-20 11:33:17 -06:00
parent 8637309dc4
commit 058fd8ba4d

View File

@@ -385,7 +385,7 @@ createApp({
async mounted() { async mounted() {
$('div.modal#cargando').modal('show'); $('div.modal#cargando').modal('show');
try { try {
store.periodo = await fetch('action/periodo_datos.php').then(res => res.json()); //store.periodo = await fetch('action/periodo_datos.php').then(res => res.json());
// await store.registros.fetch() // await store.registros.fetch()
await store.facultades.fetch(); await store.facultades.fetch();
await store.estados.fetch(); await store.estados.fetch();