jiangping
2025-05-07 c3aaf28f7316cce12eec007a9f85a96cbcddeec2
h5/pages/staff/meetingCalendar.vue
@@ -252,7 +252,8 @@
    initData() {
      // 当月数据
      monthMeetingPage({
        yearMonth: this.currentDate.slice(0, 7)
        yearMonth: this.currentDate.slice(0, 7),
            queryType: 1
      }).then(res => {
        this.monthMark = res.data.filter(i => i.meetingNum > 0).map(j => {
          return {