From 08d3c3ac79628b3f4b720b78ec259c6afa01dfa7 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 20 Dec 2023 18:02:23 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=AD=E0=B8=B2=E0=B8=AA=E0=B8=96?= =?UTF-8?q?=E0=B8=B2=E0=B8=99=E0=B8=B0=20DELETE=20=E0=B8=AD=E0=B8=AD?= =?UTF-8?q?=E0=B8=81=E0=B8=88=E0=B8=B2=E0=B8=81=20calendar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/05_leave/components/Calendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/05_leave/components/Calendar.vue b/src/modules/05_leave/components/Calendar.vue index 697e1d3..9945723 100644 --- a/src/modules/05_leave/components/Calendar.vue +++ b/src/modules/05_leave/components/Calendar.vue @@ -107,7 +107,7 @@ async function fetchDataCalendar() { ); const event = data - .filter((x: any) => x.status != "REJECT") + .filter((x: any) => x.status != "REJECT" && x.status != "DELETE") .map((e: DataCalendar) => ({ id: e.id, title: `${e.fullName} (${e.leaveTypeName})`,