ll
liukangdong
2025-01-15 f5028477ff21f0146206bfcac6e78cb92e81d90c
h5/pages/staff/meetingManager.vue
@@ -165,7 +165,8 @@
    initData() {
      // 当月数据
      monthMeetingPage({
        yearMonth: this.currentDate.slice(0, 7)
        yearMonth: this.currentDate.slice(0, 7),
            queryType: 3
      }).then(res => {
        this.monthMark = res.data.filter(i => i.meetingNum > 0).map(j => {
          return {
@@ -234,7 +235,7 @@
      // 当天我参与的会议
      myMeetingPage({
        model: {
          queryType: '1',
          queryType: '3',
          roomsId: activeRoom.id,
          queryDate: currentDate
        },