7383-testToMaster #370

Merged
alexm merged 365 commits from 7383-testToMaster into master 2024-05-14 05:46:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c8b08b9e2d - Show all commits

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 });
});