|
@@ -1350,7 +1350,9 @@ export default {
|
|
|
// this.visitForm.studentName = row.studentName;
|
|
|
// this.visitForm.musicGroupId = this.teamid;
|
|
|
// this.visitForm.studentId = row.studentId;
|
|
|
+ row.userId = row.studentId
|
|
|
this.detail = row
|
|
|
+ this.detail.musicGroupId = this.$route.query.id
|
|
|
this.visitVisiable = true;
|
|
|
},
|
|
|
openChangeVoice(row) {
|