From 4a8ff39b0fab0627ef8f7459587d514cc01c3676 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 20 十月 2025 10:52:02 +0800
Subject: [PATCH] Merge branch 'wuhuyancao' of http://139.186.142.91:10010/r/productDev/dmvisit into wuhuyancao

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

diff --git a/h5/pages/staff/meetingManager.vue b/h5/pages/staff/meetingManager.vue
index b7c7bef..9d6dfdd 100644
--- a/h5/pages/staff/meetingManager.vue
+++ b/h5/pages/staff/meetingManager.vue
@@ -70,7 +70,7 @@
               <view class="value">{{ item.bookingUser }}</view>
             </view>
             <view class="line">
-              <view class="label">澶囨敞锛�</view>
+              <view class="label">浼氳闇�姹傦細</view>
               <view class="value">{{ item.remark || item.meetingRemark }}</view>
             </view>
           </view>
@@ -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