แก้ไขแเสดงราชื่อผู้สอบผ่าน
This commit is contained in:
parent
710a805177
commit
3be38daee7
1 changed files with 4 additions and 4 deletions
|
|
@ -256,9 +256,9 @@ const getTable = async () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// ราชชื่อทั้งหมด
|
// ราชชื่อทั้งหมด
|
||||||
rows.value = roleAdmin
|
rows.value = roleAdmin.value
|
||||||
? rowsAll.value
|
? rowsAll.value
|
||||||
: rowsAll.value.filter((x: any) => x.statusId != "CONTAIN");
|
: rowsAll.value.filter((x: any) => x.statusId !== "CONTAIN");
|
||||||
// รายชื่อไปยังหน่วยงาน
|
// รายชื่อไปยังหน่วยงาน
|
||||||
rowsFilter.value = rows.value.filter(
|
rowsFilter.value = rows.value.filter(
|
||||||
(e: any) =>
|
(e: any) =>
|
||||||
|
|
@ -359,7 +359,7 @@ const getClass = (val: boolean) => {
|
||||||
"full-width cursor-pointer": !val,
|
"full-width cursor-pointer": !val,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
// เรียกดูรายละเอียดข้อมูล
|
||||||
const selectData = (pid: string) => {
|
const selectData = (pid: string) => {
|
||||||
if (roleAdmin.value === true) {
|
if (roleAdmin.value === true) {
|
||||||
personalId.value = pid;
|
personalId.value = pid;
|
||||||
|
|
@ -373,7 +373,7 @@ const dataInfo = reactive({
|
||||||
reason: "",
|
reason: "",
|
||||||
reliefDoc: "",
|
reliefDoc: "",
|
||||||
});
|
});
|
||||||
|
//แก้ไขข้อมูล
|
||||||
const editDetail = (
|
const editDetail = (
|
||||||
props: PartialTableName,
|
props: PartialTableName,
|
||||||
action: "disclaim" | "deferment" | "defermentInfo" | "disclaimInfo"
|
action: "disclaim" | "deferment" | "defermentInfo" | "disclaimInfo"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue