|
@@ -89,8 +89,9 @@ export default {
|
|
this.classGroupStudents = classGroupStudents
|
|
this.classGroupStudents = classGroupStudents
|
|
this.teamid = this.$route.query.id
|
|
this.teamid = this.$route.query.id
|
|
this.activeType = this.form.classList[0].type
|
|
this.activeType = this.form.classList[0].type
|
|
|
|
+ console.log(this.form.classList)
|
|
this.courseTypeList = getCourseType(this.activeType)
|
|
this.courseTypeList = getCourseType(this.activeType)
|
|
-
|
|
|
|
|
|
+ console.log('courseTypeList:',this.courseTypeList)
|
|
this.studentSubmitedData = {
|
|
this.studentSubmitedData = {
|
|
name:'',
|
|
name:'',
|
|
seleched:this.studentList.map(stu=> {return stu.userId})
|
|
seleched:this.studentList.map(stu=> {return stu.userId})
|