@@ -508,9 +508,7 @@ export default {
this.modalForm.basicStudentIds = this.model2Students.map(
(item) => item.id
);
- if (this.IS_REBUILD) {
- this.modalForm.totalSubjects = this.model2Students.length;
- }
+ this.modalForm.totalSubjects = this.model2Students.length;
return;
}