diff --git a/src/apps/AppMeetingNotice/components/meetingList.vue b/src/apps/AppMeetingNotice/components/meetingList.vue index a25a44e3..0e76e0f5 100644 --- a/src/apps/AppMeetingNotice/components/meetingList.vue +++ b/src/apps/AppMeetingNotice/components/meetingList.vue @@ -60,12 +60,10 @@ uni.setNavigationBarTitle({ title: this.params == 0 ? "历史会议" : "草稿箱" }); + this.getData(); }, methods: { - emitShow(){ - this.getData() - }, emitReachBottom(){ this.current = this.current + 1; this.getData()