diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 5e97418d..45db2671 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -1777,13 +1777,13 @@ watch( { await fetchListOfOptionBranch(); customerFormStore.resetForm(customerFormState.dialogType === 'create'); } " - :onClose="() => (customerFormState.dialogModal = false)" + :on-close="() => (customerFormState.dialogModal = false)" >