0
0
Fork 0

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> </script>
<template> <template>
<FetchData url="agencies" @on-fetch="(data) => (agencies = data)" auto-load /> <FetchData url="agencyModes" @on-fetch="(data) => (agencies = data)" auto-load />
<VnFilterPanel <VnFilterPanel
:data-key="props.dataKey" :data-key="props.dataKey"
:search-button="true" :search-button="true"

View File

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