diff --git a/app/components/content/encounter/process.vue b/app/components/content/encounter/process.vue index bbae92b6..f27a11fd 100644 --- a/app/components/content/encounter/process.vue +++ b/app/components/content/encounter/process.vue @@ -52,7 +52,7 @@ const router = useRouter() const { user, userActiveRole, getActiveRole } = useUserStore() const activeRole = getActiveRole() const activePosition = ref(getServicePosition(activeRole)) -const menus = ref([] as any) +const menus = shallowRef([] as any) const activeMenu = computed({ get: () => (route.query?.menu && typeof route.query.menu === 'string' ? route.query.menu : 'status'), set: (value: string) => {