Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m56s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m56s
This commit is contained in:
commit
a401601dac
1 changed files with 1 additions and 1 deletions
|
|
@ -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("/");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue