From 7919f235055debad697a09e3987357e272d8e8b8 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Thu, 26 Dec 2024 15:33:51 +0700 Subject: [PATCH] refactor: handle close dialog create quotation --- src/pages/05_quotation/MainPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index c2a5f660..db693382 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -219,6 +219,7 @@ function triggerQuotationDialog(opts: { }), ); + pageState.addModal = false; window.open(url.toString(), '_blank'); }