Start at 2023-08-30

This commit is contained in:
2023-08-30 15:42:47 +00:00
parent 9ce928d7ba
commit ce2e8dd2d0
7 changed files with 75 additions and 713 deletions

View File

@@ -300,7 +300,7 @@ createApp({
},
async mounted() {
$('div.modal#cargando').modal('show');
await store.registros.fetch();
// await store.registros.fetch()
await store.facultades.fetch();
await store.estados.fetch();
await store.bloques_horario.fetch();