xiatian 5 년 전
부모
커밋
7c8a083fa7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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,
         enable: "true",
         specialSettingsEnabled: false,
-        specialSettingsType: "",
+        specialSettingsType: null,
         properties: {
           CAN_UPLOAD_ATTACHMENT: "true",
           OFFLINE_UPLOAD_FILE_TYPE: "",
@@ -401,4 +401,4 @@ export default {
 .input >>> .el-input__inner {
   -webkit-appearance: button;
 }
-</style>
+</style>