forked from verdnatura/salix-front
fix: refs #6480 fix workerCard
This commit is contained in:
parent
f9a88ea8c2
commit
f8c238f443
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue