From 6286e2685a3a10b0b20adbd75ec7d9d4b9f72c5b Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:46:36 +0700 Subject: [PATCH] feat: save image --- src/pages/03_customer-management/MainPage.vue | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) 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)" >