更新会议展示代码备注
This commit is contained in:
parent
ea48f387b8
commit
cf8175c14a
@ -81,7 +81,7 @@ const selectDate = (val:number) => {
|
|||||||
}
|
}
|
||||||
//年日是不变的只改变月 所以我只需要拿到今天月的信息就好了
|
//年日是不变的只改变月 所以我只需要拿到今天月的信息就好了
|
||||||
const today = () => {
|
const today = () => {
|
||||||
currentMonth.value = new Date().getMonth() // 获取当前月份
|
currentMonth.value = new Date().getMonth() // 获取当前的月份
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 添加/修改操作 */
|
/** 添加/修改操作 */
|
||||||
|
Loading…
Reference in New Issue
Block a user