diff --git a/src/components/common/VnCard.vue b/src/components/common/VnCard.vue index c9f043702..3a3361657 100644 --- a/src/components/common/VnCard.vue +++ b/src/components/common/VnCard.vue @@ -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) {