Correción fecth periodos
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user