0
0
Fork 0

fix: Use geoFk for ZoneDeliveryPanel

This commit is contained in:
Jon Elias 2024-10-10 08:14:24 +00:00
parent 9c6b4f28d7
commit e58818e891
1 changed files with 2 additions and 1 deletions

View File

@ -94,9 +94,10 @@ watch(
url="Postcodes/location" url="Postcodes/location"
:fields="['geoFk', 'code', 'townFk', 'countryFk']" :fields="['geoFk', 'code', 'townFk', 'countryFk']"
sort-by="code, townFk" sort-by="code, townFk"
option-value="code" option-value="geoFk"
option-label="code" option-label="code"
option-filter="code" option-filter="code"
option-filter-value="code"
hide-selected hide-selected
dense dense
outlined outlined