ll
liukangdong
2024-12-10 a8c03746e6bd8ac1d46dc48c1b10bceff543664f
h5/pages/staff/meetingCalendar.vue
@@ -242,11 +242,11 @@
      console.log(total);
      console.log(recordList);
    if (activeTab == '0') {
         // if(total <= myMeetingList.length) return this.showToast('暂无更多数据')
         if(total <= myMeetingList.length) return this.showToast('暂无更多数据')
      this.myPage = this.myPage + 1
      this.getDayMeeting()
    } else {
         // if(total <= recordList.length) return this.showToast('暂无更多数据')
         if(total <= recordList.length) return this.showToast('暂无更多数据')
      this.recordPage = this.recordPage + 1
      this.getRecordList()
    }