diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 0cbf1b5a..8da96458 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -1702,8 +1702,8 @@ const emptyCreateDialog = ref(false); :model-value="customerFormState.dialogModal" :on-open=" async () => { - await fetchListOfOptionBranch(); customerFormStore.resetForm(customerFormState.dialogType === 'create'); + await fetchListOfOptionBranch(); } " :on-close="() => (customerFormState.dialogModal = false)"