feat: enhance SEP entry form and handling with new readonly mode and improved data fetching

This commit is contained in:
riefive
2025-12-01 11:42:32 +07:00
parent 6c8ebb8192
commit 4536ca2ef9
7 changed files with 52 additions and 15 deletions

No files matched your search

@@ -634,7 +634,6 @@ export function useIntegrationSepEntry() {
number: queries['card-number'],
date: new Date().toISOString().substring(0, 10),
})
console.log(resultMember)
}
delete selectedObjects.value['is-service']
}