fix link redirect ออกคำสั่ง

This commit is contained in:
Warunee Tamkoo 2023-07-14 15:48:31 +07:00
parent a4966331e5
commit bfe7d6ffd4

View file

@ -534,7 +534,7 @@ const OriginalDataFetch = async () => {
//
const redirectToPage = (id?: number) => {
router.push({ name: "placementDetail" });
// router.push({ name: "placementDetail" });
router.push(`/placement/order/detail`);
};