From fe646c4f54be9f90c5c2a81e952e4667e4145355 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Fri, 25 Oct 2024 16:57:35 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=94=E0=B8=B1=E0=B8=81=E0=B9=80=E0=B8=9E?= =?UTF-8?q?=E0=B8=B4=E0=B9=88=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../11_discipline/components/7_ListSuspend/ListsPage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue b/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue index d480982de..9bf1ddae5 100644 --- a/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue +++ b/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue @@ -152,6 +152,8 @@ function openModalOrder() { const dataMap = dataStore.rows.filter( (r: dataType) => r.statusEn == "PENDING" && + r.startDateSuspend !== null && + r.endDateSuspend !== null && r.name && r.organization && r.positionType &&