แก้ไข filter ประกาศเกษียณอายุราชการ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-03 11:58:37 +07:00
parent f773550bfd
commit e0caef0908
3 changed files with 14 additions and 4 deletions

View file

@ -235,7 +235,7 @@ const closeModalTree = async () => {
//
const nextPage = (id: string) => {
router.push({
path: `appoint-promote/detail/${id}`,
path: `appoint-employee/detail/${id}`,
});
};
// input

View file

@ -68,6 +68,7 @@ const AppointEmployeeDetail = () => import("@/modules/05_placement/components/Ap
const OtherMain = () => import("@/modules/05_placement/components/Other/Main.vue")
const OthertDetail = () => import("@/modules/05_placement/components/Other/Detail.vue");
export default [
{
path: "/placement",