diff --git a/js/auditoría.js b/js/auditoría.js index 58cbb67..f956ae6 100644 --- a/js/auditoría.js +++ b/js/auditoría.js @@ -385,7 +385,7 @@ createApp({ async mounted() { $('div.modal#cargando').modal('show'); 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.facultades.fetch(); await store.estados.fetch();