แก้ไข บัค ส่งไปออกคำสั่งลาออก
This commit is contained in:
parent
e5877af52f
commit
c072e8dc61
2 changed files with 1 additions and 3 deletions
|
|
@ -158,7 +158,7 @@ const openModalOrder = () => {
|
|||
openModal();
|
||||
const row = filters.value.filter(
|
||||
(r: ResponseItems) =>
|
||||
r.status == "PENDING" || r.status == "APPROVE" || r.status == "REJECT"
|
||||
r.status == "WAITTING" || r.status == "PENDING" || r.status == "APPROVE"
|
||||
);
|
||||
rows2.value = row;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue