From cd694a8e93a61257e659b5faf4b628293f51fe01 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 10 Jan 2024 15:57:50 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20=5Fblank?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/10_order/components/PopupHistory.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/10_order/components/PopupHistory.vue b/src/modules/10_order/components/PopupHistory.vue index ab79178cf..63c709f1b 100644 --- a/src/modules/10_order/components/PopupHistory.vue +++ b/src/modules/10_order/components/PopupHistory.vue @@ -127,7 +127,7 @@ const clickSearch = async () => { }; // Redirect to ทะเบียนประวัติ const clickRedirect = (id: string) => { - router.push(`/registry/${id}`); + window.open(`/registry/${id}`, '_blank'); }; const paging = ref(true); const pagination = ref({