forked from verdnatura/salix-front
fix(VnSelecFilter) filter
This commit is contained in:
parent
289516a599
commit
78b484baeb
|
@ -119,7 +119,7 @@ async function filterHandler(val, update) {
|
|||
myOptions.value = await fetchFilter(val);
|
||||
return;
|
||||
}
|
||||
myOptions.value = await filter(val, myOptionsOriginal.value);
|
||||
myOptions.value = filter(val, myOptionsOriginal.value);
|
||||
},
|
||||
(ref) => {
|
||||
if (val !== '' && ref.options.length > 0) {
|
||||
|
|
Loading…
Reference in New Issue