feat(sep): add selected prop to ListPatient and enhance radio selection handling in select-radio component

This commit is contained in:
riefive
2025-10-24 14:27:57 +07:00
parent aea4c3cd5c
commit 197e79bd0c
4 changed files with 57 additions and 13 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ const letters = [
},
]
function handleSavePatient() {
function handleSavePatient() {
selectedPatientObject.value = null
setTimeout(() => {
getPatientCurrent(selectedPatient.value)