fix: sep searching
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user