0
0
Fork 0

fix: refs #6480 fix workerCard

This commit is contained in:
Jorge Penadés 2024-04-23 12:04:24 +02:00
parent f9a88ea8c2
commit f8c238f443
1 changed files with 1 additions and 1 deletions

View File

@ -35,8 +35,8 @@ const arrayData = useArrayData(props.dataKey, {
}); });
onBeforeMount(async () => { onBeforeMount(async () => {
await arrayData.fetch({ append: false });
arrayData.store.filter.where = { id: route.params.id }; arrayData.store.filter.where = { id: route.params.id };
await arrayData.fetch({ append: false });
}); });
if (props.baseUrl) { if (props.baseUrl) {