no message
This commit is contained in:
parent
7afbb2911a
commit
93855f6622
6 changed files with 66 additions and 9 deletions
|
|
@ -152,6 +152,7 @@ const fecthlistOthet = async () => {
|
|||
fullname: `${r.prefix ?? ""}${r.firstname ?? ""} ${r.lastname ?? ""}`,
|
||||
amountOld: r.amountOld,
|
||||
positionDate: r.positionDate,
|
||||
leaveDate: r.leaveDate,
|
||||
}));
|
||||
rows2.value = rows.value.filter(
|
||||
(e: listMain) =>
|
||||
|
|
@ -162,7 +163,8 @@ const fecthlistOthet = async () => {
|
|||
e.positionLevelOld &&
|
||||
e.positionNumberOld &&
|
||||
e.amountOld !== null &&
|
||||
e.positionDate
|
||||
e.positionDate &&
|
||||
e.leaveDate !== null
|
||||
);
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue