|
@@ -940,7 +940,6 @@ export default {
|
|
|
this.activeClass = row.id
|
|
|
this.isSearch = false;
|
|
|
this.activeType = row.type;
|
|
|
- // console.log(row);
|
|
|
// 根据单机班id 查询单技班内的所有学生
|
|
|
getClassAllStudent({ classGroupId: row.id }).then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -955,7 +954,6 @@ export default {
|
|
|
},
|
|
|
// 班级调整
|
|
|
classAdjustment (row) {
|
|
|
- console.log(row);
|
|
|
this.activeType = row.type;
|
|
|
this.activeClass = row.id;
|
|
|
// this.activeListStudent = row.subjectIdList.split(',')
|
|
@@ -1084,7 +1082,6 @@ export default {
|
|
|
this.$refs['temporaryStudentList'].toggleRowSelection(item, false)
|
|
|
}
|
|
|
}
|
|
|
- // console.log(this.$refs['temporaryStudentList'].toggleRowSelection)
|
|
|
// this.$refs['temporaryStudentList'].toggleRowSelection(row, selected);
|
|
|
|
|
|
},
|
|
@@ -1092,7 +1089,6 @@ export default {
|
|
|
objArrayRemoval (arr, attr) {
|
|
|
let obj = {};
|
|
|
let result = [];
|
|
|
- // console.log(this.allActiveStudent.length);
|
|
|
for (let x in arr) {
|
|
|
if (!obj[arr[x][attr]]) {
|
|
|
result.push(arr[x]);
|