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

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(); openModal();
const row = filters.value.filter( const row = filters.value.filter(
(r: ResponseItems) => (r: ResponseItems) =>
r.status == "PENDING" || r.status == "APPROVE" || r.status == "REJECT" r.status == "WAITTING" || r.status == "PENDING" || r.status == "APPROVE"
); );
rows2.value = row; rows2.value = row;
}; };

View file

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