รายการแต่งตั้ง-เลื่อน-ย้าย
This commit is contained in:
parent
64ac1b507a
commit
4c0df4ed71
3 changed files with 85 additions and 48 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue