fix bug redirect personal detail

This commit is contained in:
Warunee Tamkoo 2023-07-13 17:41:21 +07:00
parent f09d1e9557
commit ee29b596f0

View file

@ -266,7 +266,7 @@ const selectData = (pid: string) => {
personalId.value = pid;
modal.value = true;
} else {
router.push("/placement/detail/" + pid);
router.push("/placement/personal-detail/" + pid);
}
};