fix bug redirect personal detail
This commit is contained in:
parent
f09d1e9557
commit
ee29b596f0
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ const selectData = (pid: string) => {
|
||||||
personalId.value = pid;
|
personalId.value = pid;
|
||||||
modal.value = true;
|
modal.value = true;
|
||||||
} else {
|
} else {
|
||||||
router.push("/placement/detail/" + pid);
|
router.push("/placement/personal-detail/" + pid);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue