From b94daf4ea357eafce26f37a1f0a799d55cbfa1a4 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 24 二月 2025 16:38:21 +0800
Subject: [PATCH] ll

---
 h5/pages/staff/meetingManager.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/h5/pages/staff/meetingManager.vue b/h5/pages/staff/meetingManager.vue
index b7c7bef..0c68958 100644
--- a/h5/pages/staff/meetingManager.vue
+++ b/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
         },

--
Gitblit v1.9.3