소스 검색

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