fix: zoneFilter

This commit is contained in:
Pablo Natek 2024-11-13 09:58:41 +01:00
parent 679107d7ea
commit 81927c5af5
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const agencies = ref([]);
</script>
<template>
<FetchData url="agencies" @on-fetch="(data) => (agencies = data)" auto-load />
<FetchData url="agencyModes" @on-fetch="(data) => (agencies = data)" auto-load />
<VnFilterPanel
:data-key="props.dataKey"
:search-button="true"

View File

@ -73,6 +73,7 @@ const columns = computed(() => [
inWhere: true,
attrs: {
url: 'AgencyModes',
fields: ['id', 'name'],
},
},
columnField: {