dev: hotfix, consultation

This commit is contained in:
2025-12-02 14:50:10 +07:00
parent e6ac4bbadd
commit 9a8ee9d90f
5 changed files with 24 additions and 27 deletions

No files matched your search

+1 -1
View File
@@ -43,7 +43,7 @@ interface Props {
}
const props = defineProps<Props>()
let units = ref<{ value: string; label: string }[]>([])
const units = ref<{ value: string; label: string }[]>([])
const encounterId = ref<number>(props?.encounter?.id || 0)
const title = ref('')