ค่าเริ่มต้น ปัจจุบัน
This commit is contained in:
parent
7090a5d6ef
commit
32ae1f2dc9
1 changed files with 3 additions and 3 deletions
|
|
@ -51,9 +51,9 @@ const formData = reactive({
|
|||
posTypeId: "", //*ประเภทของตำแหน่ง
|
||||
posLevelId: "", //*ระดับของตำแหน่ง
|
||||
isActive: false, //*สถานะการใช้งาน
|
||||
date: null, //ให้ไว้ ณ วันที่
|
||||
startDate: null, //วันที่มีผลบังคับใช้
|
||||
endDate: null, //วันที่สิ้นสุดบังคับใช้
|
||||
date: new Date(), //ให้ไว้ ณ วันที่
|
||||
startDate: new Date(), //วันที่มีผลบังคับใช้
|
||||
endDate: new Date(), //วันที่สิ้นสุดบังคับใช้
|
||||
details: "", //คำอธิบาย
|
||||
isSpecial: false,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue