7336_devToTest #354

Merged
alexm merged 359 commits from 7336_devToTest into test 2024-05-07 06:34:00 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f8c238f443 - Show all commits

View File

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