zhangjie 2 vuotta sitten
vanhempi
commit
e5bcab47b1

+ 1 - 1
src/modules/exam/components/createExamAndPrintTask/InfoPrintTask.vue

@@ -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,
           };
         });