fix: not append url when is summary
This commit is contained in:
parent
49ec3d8d4b
commit
4914841775
|
@ -248,6 +248,7 @@ export function useArrayData(key = useRoute().meta.moduleName, userOptions) {
|
|||
|
||||
function updateStateParams() {
|
||||
const newUrl = { path: route.path, query: { ...(route.query ?? {}) } };
|
||||
if (!route.path.endsWith('/summary'))
|
||||
newUrl.query[store.searchUrl] = JSON.stringify(store.currentFilter);
|
||||
|
||||
if (store.navigate) {
|
||||
|
|
Loading…
Reference in New Issue