fix: Use geoFk for ZoneDeliveryPanel #819

Merged
jsegarra merged 2 commits from hotfix_zoneDeliveryPanel into master 2024-10-10 08:33:59 +00:00
1 changed files with 2 additions and 2 deletions

View File

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