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({