feat: add encounterId handling in SEP entry and update validation logic in integration schema

This commit is contained in:
riefive
2025-12-02 13:31:17 +07:00
parent 32a6c27375
commit 38ecb5fa08
3 changed files with 10 additions and 5 deletions
@@ -91,6 +91,7 @@ async function handleEvent(menu: string, value?: any) {
}
toNavigateSep({
isService: 'false',
encounterId: props.id || null,
sourcePath: route.path,
resource: `${props.classCode}-${props.subClassCode}`,
...value,