diff --git a/src/components/common/VnSelectFilter.vue b/src/components/common/VnSelectFilter.vue index a50ce1236..182ec8e16 100644 --- a/src/components/common/VnSelectFilter.vue +++ b/src/components/common/VnSelectFilter.vue @@ -81,6 +81,7 @@ const filter = (val, options) => { const filterHandler = (val, update) => { update( () => { + if ($props.url) return; if ($props.defaultFilter) myOptions.value = filter(val, myOptionsOriginal.value); }, @@ -100,13 +101,13 @@ watch(options, (newValue) => {