hotfixZoneFilter #922

Merged
pablone merged 3 commits from hotfixZoneFilter into master 2024-11-13 09:22:16 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit 178753ddcc - Show all commits

View File

@ -22,7 +22,12 @@ const agencies = ref([]);
</script>
<template>
<FetchData url="AgencyModes" @on-fetch="(data) => (agencies = data)" auto-load />
<FetchData
url="AgencyModes"
:filter="{ fields: ['id', 'name'] }"
@on-fetch="(data) => (agencies = data)"
auto-load
/>
<VnFilterPanel
:data-key="props.dataKey"
:search-button="true"