แก้ path หน้า ทะเบียนประวัติลูกจ้าง

This commit is contained in:
AnandaTon 2023-07-28 16:57:00 +07:00
parent bc9a5fc6ef
commit 51c4c777e5
4 changed files with 4 additions and 1138 deletions

View file

@ -1355,7 +1355,7 @@ const clickAdd = () => {
//
const redirectToPage = (id?: string) => {
router.push(`/registry/${id}`);
router.push(`/registryEmployee/edit/${id}`);
};
const editDetail = async (row: any) => {
await getPosition(row.id);