zhangjie 2 years ago
parent
commit
8e84520ba8
1 changed files with 2 additions and 0 deletions
  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 !== ""
   );