feat(sep): make default value for destination clinic

This commit is contained in:
riefive
2025-11-12 14:10:18 +07:00
parent 90abcf78a3
commit 8e0f6a52d8
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -442,6 +442,10 @@ async function handleEvent(menu: string, value: any) {
}
}
}
if (!value.destinationClinic) {
mappedValues.destinationClinic = selectedObjects.value['destination'] || ''
}
createSep(makeSepData(mappedValues))
.then((res) => {