@@ -564,7 +564,7 @@ export default {
if (this.IS_MODEL2) {
this.model2ClassList = selectedStudents.map((item) => {
return {
- classId: item.clazzId,
+ clazzId: item.clazzId,
clazzName: item.clazzName,
};
});