chore: add shared handlers

This commit is contained in:
riefive
2025-10-01 13:01:24 +07:00
parent e78342829e
commit 59847dce34
6 changed files with 110 additions and 29 deletions
+1 -6
View File
@@ -124,12 +124,7 @@ onMounted(async () => {
/>
<AppInstallationList :data="data" :pagination-meta="paginationMeta" @page-change="handlePageChange" />
<Dialog
v-model:open="isFormEntryDialogOpen"
:title="!!recItem ? title : 'Tambah Instalasi'"
size="lg"
prevent-outside
>
<Dialog v-model:open="isFormEntryDialogOpen" :title="!!recItem ? title : 'Tambah Instalasi'" size="lg" prevent-outside>
<AppInstallationEntryForm
:schema="InstallationSchema"
:values="recItem"