fix: reload object encounter

This commit is contained in:
riefive
2025-12-03 15:37:39 +07:00
parent 3b6a6e5bf1
commit 5059f24c60
3 changed files with 13 additions and 6 deletions

No files matched your search

@@ -163,7 +163,6 @@ onMounted(async () => {
await handleInit()
if (props.formType === 'edit' && props.id > 0) {
await getFetchEncounterDetail()
console.log(formObjects.value)
}
})
</script>