mock data

This commit is contained in:
Thanit Konmek 2023-06-26 09:54:58 +07:00
parent d6077712e5
commit 2508b6c4ab
3 changed files with 111 additions and 118 deletions

View file

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