1
@@ -192,7 +192,8 @@ export default {
) {
flag = true;
}
- if (com.id != this.radio) {
+
+ if (com.id != this.radio&&com.studentList?.length>0) {
this.classGroupStudents.push({
[com.id]: com.studentList.map((stu) => stu.userId).join(","),
});