From ff38bfc3e179772bc69d1b932940667f0b6d1b51 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 04 七月 2024 09:21:12 +0800
Subject: [PATCH] 代码初始化
---
h5/pages/staff/meetingCalendar.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/h5/pages/staff/meetingCalendar.vue b/h5/pages/staff/meetingCalendar.vue
index b39ca85..1a6b653 100644
--- a/h5/pages/staff/meetingCalendar.vue
+++ b/h5/pages/staff/meetingCalendar.vue
@@ -265,6 +265,7 @@
this.activeTab = val
if (val === '1') {
this.recordPage = 1
+ this.recordList = []
this.getRecordList()
} else {
this.myMeetingList = []
--
Gitblit v1.9.3