[update] -增加会议id的查询条件

This commit is contained in:
fengchenchen
2022-06-21 16:11:33 +08:00
parent a373390cec
commit 207ad440b0
@@ -125,14 +125,17 @@ export default {
list: '/meeting/randomCode/page',
exportXlsUrl: '/meeting/randomCode/exportXls'
},
disableMixinCreated: true
}
},
mounted() {
this.disableMixinCreated = true
if(!this.$route.query.id) return
this.meetingInfo.id = this.$route.query.id
this.filters.meetingId = this.meetingInfo.id
this.getMeetingInfo()
this.dataSource = [{}]
// 加载数据
this.loadData()
},
methods: {
getMeetingInfo() {