fix ออกคำสั่ง
This commit is contained in:
parent
416c127591
commit
1f4b7b3577
1 changed files with 3 additions and 2 deletions
|
|
@ -88,7 +88,9 @@ async function onSubmit() {
|
|||
/**
|
||||
* ทำงานเมื่อ Components ถูกเรียกใช้งาน
|
||||
*/
|
||||
onMounted(() => {
|
||||
onMounted(async () => {
|
||||
await fetchCheckIdofficer();
|
||||
|
||||
formData.commandNo = props.formCommandList.commandNo;
|
||||
formData.commandYear = props.formCommandList.commandYear;
|
||||
formData.detailHeader = props.formCommandList.detailHeader;
|
||||
|
|
@ -100,7 +102,6 @@ onMounted(() => {
|
|||
formData.isBangkok = !isIdofficer.value
|
||||
? null
|
||||
: props.formCommandList.isBangkok;
|
||||
fetchCheckIdofficer();
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue