เพิ่ม _blank
This commit is contained in:
parent
e876106f7d
commit
cd694a8e93
1 changed files with 1 additions and 1 deletions
|
|
@ -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<boolean>(true);
|
||||
const pagination = ref({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue