Fix avisos

This commit is contained in:
2023-08-16 19:19:48 +00:00
parent 6147315925
commit 8b580895b6
6 changed files with 112 additions and 17 deletions

View File

@@ -225,7 +225,7 @@ const store = reactive({
data: [] as Registro[],
async fetch(fecha?: Date, fecha_inicio?: Date, fecha_fin?: Date) {
// if (!store.filters.facultad_id || !store.filters.periodo_id) return
this.loading = true
this.data = [] as Registro[]
const params = {
@@ -301,6 +301,7 @@ const store = reactive({
default: {
if (store.filters.sin_registro && !registro.registro_fecha_supervisor) return true
else if (store.filters.sin_registro) return false
return true
}
}
})