|
@@ -137,7 +137,7 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
-import { highClassGroups, teamSoundStudent, resetHighClass, pushMessage,getMusicGroupStuNoClassType } from '@/api/buildTeam'
|
|
|
|
|
|
+import { highClassGroups, teamSoundStudent, resetHighClass, pushMessage, getMusicGroupStuNoClassType } from '@/api/buildTeam'
|
|
import { getClassAllStudent, addStudents, removeStudents } from '@/api/studentManager'
|
|
import { getClassAllStudent, addStudents, removeStudents } from '@/api/studentManager'
|
|
// import QRCode from 'qrcodejs2'
|
|
// import QRCode from 'qrcodejs2'
|
|
export default {
|
|
export default {
|
|
@@ -244,13 +244,13 @@ export default {
|
|
addstudentBtn (row) {
|
|
addstudentBtn (row) {
|
|
this.activeClass = row.id;
|
|
this.activeClass = row.id;
|
|
let type = row.type;
|
|
let type = row.type;
|
|
- getMusicGroupStuNoClassType({ musicGroupId: this.teamid, type }).then(res=>{
|
|
|
|
- if(res.code == 200){
|
|
|
|
|
|
+ getMusicGroupStuNoClassType({ musicGroupId: this.teamid, type }).then(res => {
|
|
|
|
+ if (res.code == 200) {
|
|
this.studentList = res.data;
|
|
this.studentList = res.data;
|
|
this.addStudentVisible = true;
|
|
this.addStudentVisible = true;
|
|
}
|
|
}
|
|
})
|
|
})
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
addStudnt () {
|
|
addStudnt () {
|
|
// 发请求添加学生
|
|
// 发请求添加学生
|