浏览代码

Update signupList.vue

lex-xin 4 年之前
父节点
当前提交
2506a8cc53
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/teamBuild/signupList.vue

+ 2 - 0
src/views/teamBuild/signupList.vue

@@ -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) {