fixing bug
This commit is contained in:
parent
7aab234030
commit
81ca5ade12
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ let formData = reactive<FormDataDetail>({
|
||||||
commandAffectDate: null, //วันที่ลงนาม
|
commandAffectDate: null, //วันที่ลงนาม
|
||||||
commandExcecuteDate: null, //วันที่คำสั่งมีผล
|
commandExcecuteDate: null, //วันที่คำสั่งมีผล
|
||||||
isBangkok: null,
|
isBangkok: null,
|
||||||
isAttachment: true,
|
// isAttachment: true,
|
||||||
});
|
});
|
||||||
const modalPreview = ref<boolean>(false); //แสดงตัวอย่าง
|
const modalPreview = ref<boolean>(false); //แสดงตัวอย่าง
|
||||||
const isIdofficer = ref<boolean>(false); //เช็ค สกจ.
|
const isIdofficer = ref<boolean>(false); //เช็ค สกจ.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue