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(); } " />