chore: add shared handlers
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user