fix: sep searching

This commit is contained in:
riefive
2025-11-11 12:01:50 +07:00
parent 5b1c69fd77
commit 3b75c06c4b
3 changed files with 12 additions and 18 deletions
+3
View File
@@ -386,6 +386,9 @@ async function handleEvent(menu: string, value: any) {
})
return
}
if (menu === 'sep-number-changed') {
// Update sepNumber when it changes in form (only if different to prevent loop)
}
if (menu === 'back') {
navigateTo('/integration/bpjs/sep')
}