Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into me

This commit is contained in:
Thanit Konmek 2023-07-04 11:43:43 +07:00
commit 9919c8bc1e
3 changed files with 16 additions and 16 deletions

View file

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