diff --git a/src/views/Home/hygl/hyinfo/index.vue b/src/views/Home/hygl/hyinfo/index.vue index d229009..1b658e6 100644 --- a/src/views/Home/hygl/hyinfo/index.vue +++ b/src/views/Home/hygl/hyinfo/index.vue @@ -81,7 +81,7 @@ const selectDate = (val:number) => { } //年日是不变的只改变月 所以我只需要拿到今天月的信息就好了 const today = () => { - currentMonth.value = new Date().getMonth() // 获取当前月份 + currentMonth.value = new Date().getMonth() // 获取当前的月份 } /** 添加/修改操作 */