fix: list integration

This commit is contained in:
riefive
2025-10-04 08:30:17 +07:00
parent 6feb480a51
commit 3c046a4d82
13 changed files with 91 additions and 22 deletions

No files matched your search

+1 -1
View File
@@ -111,8 +111,8 @@ watch([recId, recAction], () => {
})
onMounted(async () => {
await getEncounterClassConstants()
await getInstallationList()
await getEncounterClassConstants()
})
</script>