แก้ไข บัค ส่งไปออกคำสั่งลาออก

This commit is contained in:
AnandaTon 2023-09-29 10:59:00 +07:00
parent e5877af52f
commit c072e8dc61
2 changed files with 1 additions and 3 deletions

View file

@ -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;
};

View file

@ -144,8 +144,6 @@ const OriginalDataFetch = async () => {
OrderType: e.orderTypeName,
orderTypeValue: e.orderTypeValue,
}));
console.log(fiscalyear.value);
console.log(OrderStatus.value);
})
.catch((e: any) => {
messageError($q, e);