From 8a9a14a1a0217bfd64f98cf4e85025127afdd25e Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 22 Jun 2026 10:45:45 +0700 Subject: [PATCH] refactor(command): default isBangkok to true when commandCode is 'C-PM-47' --- src/modules/18_command/components/Step/1_Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("/");