zhangjie 2 år sedan
förälder
incheckning
8e84520ba8
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/api/examwork-exam.js

+ 2 - 0
src/api/examwork-exam.js

@@ -71,6 +71,7 @@ export function saveExam({
   showObjectiveScore = 0,
   startTime = "",
   mobilePhotoUpload = 0,
+  examStudentCallEnable = 0,
 }) {
   const data = pickBy(
     {
@@ -115,6 +116,7 @@ export function saveExam({
       showObjectiveScore,
       startTime,
       mobilePhotoUpload,
+      examStudentCallEnable,
     },
     (v) => v !== ""
   );