Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into dev
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
commit
10fc95c6bc
|
@ -119,7 +119,7 @@ async function filterHandler(val, update) {
|
||||||
myOptions.value = await fetchFilter(val);
|
myOptions.value = await fetchFilter(val);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
myOptions.value = await filter(val, myOptionsOriginal.value);
|
myOptions.value = filter(val, myOptionsOriginal.value);
|
||||||
},
|
},
|
||||||
(ref) => {
|
(ref) => {
|
||||||
if (val !== '' && ref.options.length > 0) {
|
if (val !== '' && ref.options.length > 0) {
|
||||||
|
|
Loading…
Reference in New Issue