From 6cb3326ad1c419c77d1b6277ee240e53703d5c28 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Fri, 25 Oct 2024 10:27:27 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20=E0=B8=AA?= =?UTF-8?q?=E0=B8=B7=E0=B8=9A=E0=B9=84=E0=B8=9B=E0=B8=AA=E0=B8=AD=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/11_discipline/components/PopupSendToNext.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/11_discipline/components/PopupSendToNext.vue b/src/modules/11_discipline/components/PopupSendToNext.vue index 92efc0c12..57c0209f3 100644 --- a/src/modules/11_discipline/components/PopupSendToNext.vue +++ b/src/modules/11_discipline/components/PopupSendToNext.vue @@ -72,7 +72,7 @@ const initialPagination = ref({ /** ฟังชั่นส่งคนไปออกคำสั่ง */ function onclickSend() { - if (props.title == "ส่งไปพักราชการ" || props.title == "ส่งไปสืบสวน") { + if (props.title == "ส่งไปพักราชการ" || props.title == "ส่งไปสืบสวน" || props.title == "ส่งไปสอบสวน") { if (selected.value.length === 0) { dialogMessageNotify($q, "กรุณาเลือกอย่างน้อย 1 บุคคล"); } else {