[update] -增加会议id的查询条件
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user