|
@@ -895,10 +895,8 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
});
|
|
- }
|
|
|
|
-
|
|
|
|
- // 在此处做拦截
|
|
|
|
- addStudents({
|
|
|
|
|
|
+ }else {
|
|
|
|
+ addStudents({
|
|
classGroupId: this.activeClass,
|
|
classGroupId: this.activeClass,
|
|
userIdsStr: arr.join(",")
|
|
userIdsStr: arr.join(",")
|
|
}).then(res => {
|
|
}).then(res => {
|
|
@@ -908,6 +906,10 @@ export default {
|
|
this.getList();
|
|
this.getList();
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // 在此处做拦截
|
|
|
|
+
|
|
},
|
|
},
|
|
temporaryRemoveStudent(item) {
|
|
temporaryRemoveStudent(item) {
|
|
console.log(item);
|
|
console.log(item);
|