更新会议展示代码备注

This commit is contained in:
XaoLi717 2024-11-19 10:04:25 +08:00
parent ea48f387b8
commit cf8175c14a

View File

@ -81,7 +81,7 @@ const selectDate = (val:number) => {
} }
// //
const today = () => { const today = () => {
currentMonth.value = new Date().getMonth() // currentMonth.value = new Date().getMonth() //
} }
/** 添加/修改操作 */ /** 添加/修改操作 */