zhangjie 2 жил өмнө
parent
commit
7806aecb41

+ 2 - 2
src/modules/exam/components/ModifyTaskApply.vue

@@ -236,14 +236,14 @@ export default {
       });
 
       if (this.IS_MODEL2) {
-        const { printCount } = data.examRoomInfoList[0];
+        const { printCount, clazzNames } = data.examRoomInfoList[0];
         const nums = printCount.split("+").map((item) => item * 1);
-        console.log(nums);
         this.examRoomInfoList = [
           {
             backupCount: nums[1],
             studentCount: nums[0],
             printCount: nums[0] + nums[1],
+            clazzNames,
           },
         ];
       } else {