From 058fd8ba4db932ea7a3ab29dc6b89ad0a5bb15ba Mon Sep 17 00:00:00 2001 From: AlexLara Date: Tue, 20 May 2025 11:33:17 -0600 Subject: [PATCH] =?UTF-8?q?Correci=C3=B3n=20fecth=20periodos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/auditoría.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();