feat(sep): make default value for destination clinic
This commit is contained in:
@@ -442,6 +442,10 @@ async function handleEvent(menu: string, value: any) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!value.destinationClinic) {
|
||||
mappedValues.destinationClinic = selectedObjects.value['destination'] || ''
|
||||
}
|
||||
|
||||
createSep(makeSepData(mappedValues))
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user