Bläddra i källkod

Merge branch '03/03GRADE' into test

lex-xin 4 år sedan
förälder
incheckning
44127a93b8
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/views/teamDetail/components/studentList.vue

+ 2 - 0
src/views/teamDetail/components/studentList.vue

@@ -1107,6 +1107,7 @@ export default {
     async init() {
       this.teamid = this.$route.query.id;
       this.team_status = this.$route.query.team_status;
+      this.organId = this.$route.query.organId;
       // 获取乐团是否能补招
       // try {
       //   const ruselt = await checkCanReg({ musicGroupId: this.teamid });
@@ -1514,6 +1515,7 @@ export default {
       getGoods({
         subjectId: subjectId,
         type: type,
+        organId: this.organId
       }).then((res) => {
         let result = res.data;
         if (res.code == 200) {