diff --git a/src/modules/18_command/components/Step/1_Detail.vue b/src/modules/18_command/components/Step/1_Detail.vue index 4ab0839a5..0c3755cfb 100644 --- a/src/modules/18_command/components/Step/1_Detail.vue +++ b/src/modules/18_command/components/Step/1_Detail.vue @@ -224,7 +224,7 @@ onMounted(async () => { formData.isBangkok = !store.isIdofficer ? null : props.formCommandList.commandCode === "C-PM-47" - ? "OFFICE" + ? "BANGKOK" : props.formCommandList.isBangkok; commandCode.value = props.formCommandList.commandCode; const [volume, chapter] = props.formCommandList.commandNo.split("/");