รายการแต่งตั้ง-เลื่อน-ย้าย

This commit is contained in:
setthawutttty 2023-08-30 16:08:44 +07:00
parent 64ac1b507a
commit 4c0df4ed71
3 changed files with 85 additions and 48 deletions

View file

@ -114,7 +114,7 @@ const fecthlistOthet = async () => {
fullname: `${r.prefix ?? ""} ${r.firstname ?? ""} ${r.lastname ?? ""}`,
}));
console.log(rows.value);
rows2.value = rows.value.filter((e: any) => e.orgName !== null);
rows2.value = rows.value.filter((e: any) => e.orgName !== null && e.status !== 'REPORT'&& e.status !== 'DONE');
})
.catch((e) => {
messageError($q);