กันค่าว่าง
This commit is contained in:
parent
3c0a4fe69e
commit
23a689d994
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ const filterYear = ref<number>(stores.year) //ปีงบประมาณ
|
|||
const titleName = ref<string>('เพิ่มรายการลงเวลากรณีพิเศษ') //หัว popup
|
||||
const dateMonth = ref<DataDateMonthObject>({
|
||||
month: new Date().getMonth(),
|
||||
year: stores.year,
|
||||
year: stores.year ? stores.year:new Date().getFullYear(),
|
||||
})
|
||||
const modalPopup = ref<boolean>(false) // modal เพิ่มรายการลงเวลากรณีพิเศษ
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue