Compare commits

...

2 commits

Author SHA1 Message Date
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
a401601dac Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m56s
2026-06-22 10:46:07 +07:00
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
8a9a14a1a0 refactor(command): default isBangkok to true when commandCode is 'C-PM-47' 2026-06-22 10:45:45 +07:00

View file

@ -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("/");