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 }