feat (soapi): adjust list

This commit is contained in:
Abizrh
2025-12-09 22:33:50 +07:00
parent e4cd02f2ce
commit a8bf9c172d
6 changed files with 45 additions and 28 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ const hreaderPrep: HeaderPrep = {
},
}
const type = computed(() => (route.query.tab as string) || 'early-medical-assessment')
const type = computed(() => (route.query.menu as string) || 'early-medical-assessment')
onMounted(async () => {
await getMyList()