From e8748264047e06d37e4d9049b21a8a59a6492dfb Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 18 Oct 2024 10:42:35 +0700 Subject: [PATCH] refactor: new tab --- src/pages/05_quotation/QuotationForm.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index d022d98a..54007776 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -620,6 +620,8 @@ function storeDataLocal() { 'quotation-preview', JSON.stringify(quotationFormData.value), ); + + window.open('/view', '_blank'); } @@ -780,7 +782,6 @@ function storeDataLocal() { ?.name || '-' }} -