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
@@ -9,7 +9,7 @@ import RehabForm from './form-rehab.vue'
import FunctionForm from './form-function.vue'
const route = useRoute()
const type = computed(() => (route.query.tab as string) || 'early-medical-assessment')
const type = computed(() => (route.query.menu as string) || 'early-medical-assessment')
const { mode, goToEntry, backToList } = useQueryCRUDMode('mode')