แก้ไขระบบบรรจุหลังรีวิว
This commit is contained in:
parent
34ae841cfc
commit
c41460a50e
11 changed files with 807 additions and 151 deletions
|
|
@ -361,12 +361,13 @@ const getClass = (val: boolean) => {
|
|||
};
|
||||
// เรียกดูรายละเอียดข้อมูล
|
||||
const selectData = (pid: string) => {
|
||||
if (roleAdmin.value === true) {
|
||||
personalId.value = pid;
|
||||
modal.value = true;
|
||||
} else {
|
||||
router.push("/placement/personal-detail/" + pid);
|
||||
}
|
||||
router.push("/placement/personal-detail/" + pid);
|
||||
// if (roleAdmin.value === true) {
|
||||
// personalId.value = pid;
|
||||
// modal.value = true;
|
||||
// } else {
|
||||
// router.push("/placement/personal-detail/" + pid);
|
||||
// }
|
||||
};
|
||||
const getNumFile = ref(0);
|
||||
const dataInfo = reactive({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue