diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index f40b5d56..f8ce246c 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -466,6 +466,7 @@ async function openHistory(id: string) { async function editCustomerForm(id: string) { await customerFormStore.assignFormData(id); + await fetchListOfOptionBranch(); customerFormState.value.dialogType = 'edit'; customerFormState.value.drawerModal = true; customerFormState.value.editCustomerId = id;