Compare commits

..

No commits in common. "a401601dac878b1e96be25fcd53ce190d11cecac" and "c4fe629cd202f8fd7c657dfd8495eab63f2d3a19" have entirely different histories.

View file

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