diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 27b29c1e..2674d1b5 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -212,9 +212,10 @@ const productServiceList = ref< Required[] >([]); -function closeTab() { +async function closeTab() { if (quotationFormState.value.mode === 'edit') { quotationForm.resetForm(); + await assignToProductServiceList(); } else { dialogWarningClose(t, { message: t('dialog.message.close'),