fix: page checker to avoid error

This commit is contained in:
riefive
2025-12-03 15:26:00 +07:00
parent e1c4c585b1
commit 3b6a6e5bf1
17 changed files with 117 additions and 74 deletions

No files matched your search

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