|
@@ -505,7 +505,7 @@ export default {
|
|
|
},
|
|
|
onCreateQRCode (row) { // 生成报名二维码
|
|
|
this.qrcodeStatus = true
|
|
|
- this.codeUrl = vaildStudentUrl() + '/#/musicGroupRenew?calenderId=' + row.id
|
|
|
+ this.codeUrl = vaildStudentUrl() + '/#/musicGroupRenew?calenderId=' + row.id + '&id=' + this.$route.query.id
|
|
|
},
|
|
|
chioseStudent (val) {
|
|
|
this.chioseStudentList = val;
|