This commit is contained in:
parent
a6815f4e3d
commit
6e655b37a1
|
@ -67,10 +67,6 @@ const props = defineProps({
|
|||
type: Function,
|
||||
default: undefined,
|
||||
},
|
||||
newTab: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
});
|
||||
|
||||
const searchText = ref();
|
||||
|
@ -113,7 +109,6 @@ async function search() {
|
|||
search: searchText.value,
|
||||
},
|
||||
...{ filter: props.filter },
|
||||
newTab: props.newTab,
|
||||
};
|
||||
|
||||
if (props.whereFilter) {
|
||||
|
|
Loading…
Reference in New Issue