From 207ad440b0478a2bd9ade295ac7112a7355f65df Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 21 Jun 2022 16:11:33 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20-=E5=A2=9E=E5=8A=A0=E4=BC=9A?= =?UTF-8?q?=E8=AE=AEid=E7=9A=84=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/InternationalSeminarGenerateCode.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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() {