diff --git a/src/modules/06_retirement/components/02_resign/DialogSendToCommand.vue b/src/modules/06_retirement/components/02_resign/DialogSendToCommand.vue index b4f454de5..443217e45 100644 --- a/src/modules/06_retirement/components/02_resign/DialogSendToCommand.vue +++ b/src/modules/06_retirement/components/02_resign/DialogSendToCommand.vue @@ -217,7 +217,12 @@ watch( selected.value = []; await fetchCheckOfficer(); const data = props?.rows?.filter((e: any) => { - if (isStaff.value) { + if ( + isStaff.value || + (e.organizationPositionOld?.includes("สำนักปลัดกรุงเทพมหานคร") && + isOfficer.value && + e.group === "1.1") + ) { return e.group === "1.1"; } else { return e.group !== "1.1";