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"
|
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
|
||||||
|
|
Loading…
Reference in New Issue