Răsfoiți Sursa

特殊设置类型默认值

WANG 5 ani în urmă
părinte
comite
dc1191cb0d

+ 1 - 1
src/modules/examwork/view/offlineExam.vue

@@ -277,7 +277,7 @@ export default {
         duration: 120,
         enable: "true",
         specialSettingsEnabled: false,
-        specialSettingsType: null,
+        specialSettingsType: 'ORG_BASED',
         properties: {
           CAN_UPLOAD_ATTACHMENT: "true",
           OFFLINE_UPLOAD_FILE_TYPE: "",

+ 1 - 1
src/modules/examwork/view/onlineExam.vue

@@ -1134,7 +1134,7 @@ export default {
         enable: "true",
         examLimit: "false",
         specialSettingsEnabled: false,
-        specialSettingsType: null,
+        specialSettingsType: 'ORG_BASED',
         properties: {
           IS_OBJ_SCORE_VIEW: "true",
           IS_STRANGER_ENABLE: "false",