diff --git a/src/views/projectManagement/InternationalSeminarGenerateCode.vue b/src/views/projectManagement/InternationalSeminarGenerateCode.vue index 8bd9469..b9505d2 100644 --- a/src/views/projectManagement/InternationalSeminarGenerateCode.vue +++ b/src/views/projectManagement/InternationalSeminarGenerateCode.vue @@ -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() {