From e4a06e0730dc0aa6ced97cbb3362d6b8ef473d39 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 27 三月 2025 15:56:34 +0800
Subject: [PATCH] 最新版本541200007

---
 h5/pages/staff/meetingCalendar.vue |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/h5/pages/staff/meetingCalendar.vue b/h5/pages/staff/meetingCalendar.vue
index 46d1239..5646185 100644
--- a/h5/pages/staff/meetingCalendar.vue
+++ b/h5/pages/staff/meetingCalendar.vue
@@ -229,24 +229,21 @@
   },
   onLoad() {
     this.currentDate = dayja().format('YYYY-MM-DD')
-    this.initData()
-    this.getRoomList()
-		this.tabClick('0')
+		this.getRoomList()	
   },
   onShow() {
     // this.tabClick('0')
-		
+		this.initData()
+		this.tabClick(this.activeTab)
   },
   onReachBottom() {
-    const { activeTab, total, myMeetingList, recordList } = this
-		console.log(total);
-		console.log(recordList);
+    const { activeTab, total, myMeetingList, recordList } = this
     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()
     }
@@ -255,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 {

--
Gitblit v1.9.3