no message
This commit is contained in:
parent
7afbb2911a
commit
93855f6622
6 changed files with 66 additions and 9 deletions
|
|
@ -158,7 +158,7 @@ const openModalOrder = () => {
|
|||
r.posNo &&
|
||||
r.salary !== null &&
|
||||
r.organization &&
|
||||
r.createdAt
|
||||
r.date
|
||||
);
|
||||
rows2.value = row;
|
||||
};
|
||||
|
|
@ -175,7 +175,7 @@ const getData = async () => {
|
|||
dateText:
|
||||
r.createdAt !== null ? date2Thai(new Date(r.createdAt)) : "-",
|
||||
createdAt: r.createdAt !== null ? new Date(r.createdAt) : null,
|
||||
date: new Date(),
|
||||
date: r.date,
|
||||
firstName: r.firstName ?? "",
|
||||
id: r.id ?? "",
|
||||
isActive: r.isActive ? r.isActive : false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue