fix: refs #6480 fix workerCard
gitea/salix-front/pipeline/pr-dev This commit looks good Details

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

View File

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