ปรับโครงสร้างเมนู, เพิ่มเมนูในทะเบียนประวัติ
This commit is contained in:
parent
6fbc73300c
commit
054802c8b7
26 changed files with 1337 additions and 250 deletions
|
|
@ -1343,7 +1343,7 @@ const modalOpenClose = () => {
|
|||
};
|
||||
|
||||
const next = (id: string) => {
|
||||
router.push(`/registryEmployee/${id}`);
|
||||
router.push(`/registry-employee/${id}`);
|
||||
};
|
||||
|
||||
const resetFilter = () => {
|
||||
|
|
@ -1381,13 +1381,13 @@ const clickClose = async () => {
|
|||
const clickAdd = () => {
|
||||
// modal.value = true;
|
||||
|
||||
router.push(`/registryEmployee/add`);
|
||||
router.push(`/registry-employee/add`);
|
||||
// router.push(`/placement/detail`);
|
||||
};
|
||||
|
||||
// ดูรายการแก้ไขรายชื่อ
|
||||
const redirectToPage = (id?: string) => {
|
||||
router.push(`/registryEmployee/edit/${id}`);
|
||||
router.push(`/registry-employee/edit/${id}`);
|
||||
};
|
||||
const editDetail = async (row: any) => {
|
||||
await getPosition(row.id);
|
||||
|
|
|
|||
|
|
@ -1112,7 +1112,7 @@ const saveData = async () => {
|
|||
};
|
||||
|
||||
const clickBack = () => {
|
||||
router.push({ name: "registryEmployee" });
|
||||
router.push("/registry-employee");
|
||||
};
|
||||
|
||||
const getClass = (val: boolean) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue