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 {