فهرست منبع

特殊设置类型默认值

WANG 5 سال پیش
والد
کامیت
dc1191cb0d
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/modules/examwork/view/offlineExam.vue
  2. 1 1
      src/modules/examwork/view/onlineExam.vue

+ 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",