xiatian 5 years ago
parent
commit
7c8a083fa7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/modules/examwork/view/offlineExam.vue

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

@@ -277,7 +277,7 @@ export default {
         duration: 120,
         duration: 120,
         enable: "true",
         enable: "true",
         specialSettingsEnabled: false,
         specialSettingsEnabled: false,
-        specialSettingsType: "",
+        specialSettingsType: null,
         properties: {
         properties: {
           CAN_UPLOAD_ATTACHMENT: "true",
           CAN_UPLOAD_ATTACHMENT: "true",
           OFFLINE_UPLOAD_FILE_TYPE: "",
           OFFLINE_UPLOAD_FILE_TYPE: "",
@@ -401,4 +401,4 @@ export default {
 .input >>> .el-input__inner {
 .input >>> .el-input__inner {
   -webkit-appearance: button;
   -webkit-appearance: button;
 }
 }
-</style>
+</style>