diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 1802f671..e8631106 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -229,6 +229,7 @@ function deleteCustomerById(id: string) { await customerStore.deleteById(id); await fetchListCustomer(true); + customerFormState.value.dialogModal = false; flowStore.rotate(); }, cancel: () => {}, @@ -1636,6 +1637,19 @@ function createCustomerForm(customerType: 'CORP' | 'PERS') { -