forked from verdnatura/salix-front
fix: Use geoFk for ZoneDeliveryPanel
This commit is contained in:
parent
9c6b4f28d7
commit
e58818e891
|
@ -94,9 +94,10 @@ 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"
|
||||
option-filter-value="code"
|
||||
hide-selected
|
||||
dense
|
||||
outlined
|
||||
|
|
Loading…
Reference in New Issue