From 955e6826a40e47bf7a55cf5c94cb0ad2f648b52a Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Wed, 27 Nov 2024 15:16:32 +0700 Subject: [PATCH] refactor: reset form --- src/pages/05_quotation/MainPage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index d20b9a42..f2600ba4 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -192,6 +192,8 @@ function triggerSelectTypeCustomerd() { function triggerAddQuotationDialog() { pageState.addModal = true; + quotationFormStore.resetForm(true); + // TODO: form and state controll }