Compare commits
No commits in common. "a401601dac878b1e96be25fcd53ce190d11cecac" and "c4fe629cd202f8fd7c657dfd8495eab63f2d3a19" have entirely different histories.
a401601dac
...
c4fe629cd2
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"
|
||||
? "BANGKOK"
|
||||
? "OFFICE"
|
||||
: 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