fix: not fetch on mounted #1015
|
@ -133,7 +133,7 @@ const addFilter = async (filter, params) => {
|
|||
async function fetch(params) {
|
||||
useArrayData(props.dataKey, params);
|
||||
arrayData.reset(['filter.skip', 'skip', 'page']);
|
||||
await arrayData.fetch({ append: false });
|
||||
|
||||
await arrayData.fetch({ append: false, updateRouter: mounted.value });
|
||||
return emitStoreData();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
J. Gallego me ha dicho que cuando hay solo 1 registro, solo se debería redirigir al summary cuando se realice una búsqueda desde el searchbar o filtro.