fix: refs #7957 rollback
This commit is contained in:
parent
1e0e859726
commit
6858f4e44c
|
@ -124,7 +124,7 @@ async function search() {
|
|||
|
||||
const to = computed(() => {
|
||||
const { params } = arrayData.getCurrentFilter();
|
||||
params.search = searchText.value;
|
||||
params.search = searchText.value || undefined;
|
||||
const url = { path: route.path, query: { ...(route.query ?? {}) } };
|
||||
const searchUrl = arrayData.store.searchUrl;
|
||||
|
||||
|
|
Loading…
Reference in New Issue