fix: zone delivery postcodes filter and order catalog type filter
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jon Elias 2024-10-04 09:58:23 +02:00
parent df64814c57
commit 7874db1647
2 changed files with 2 additions and 1 deletions

View File

@ -247,6 +247,7 @@ function addOrder(value, field, params) {
rounded
emit-value
use-input
sort-by="name ASC"
:disable="!selectedCategoryFk"
@update:model-value="
(value) => {

View File

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