From 760f7fc749b9462676a94011fcc76e81ae6e488c Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Mon, 28 Oct 2024 09:43:50 +0700 Subject: [PATCH] refactor: remove param --- src/pages/05_quotation/QuotationForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 2b6d53c4..fba6bda6 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -828,7 +828,7 @@ const statusQuotationForm = ref< icon="mdi-check-all" @click=" () => { - submitAccepted(quotationFormData.id || ''); + submitAccepted(); } " />