WANG 6 년 전
부모
커밋
381bb22479
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      src/modules/examwork/view/onlineExam.vue

+ 9 - 0
src/modules/examwork/view/onlineExam.vue

@@ -931,6 +931,15 @@ export default {
               response.data
             );
 
+            this.form.properties.SINGLE_EDIT =
+              this.form.properties.SINGLE_EDIT === "true";
+            this.form.properties.MUTIPLE_EDIT =
+              this.form.properties.MUTIPLE_EDIT === "true";
+            this.form.properties.BOOL_EDIT =
+              this.form.properties.BOOL_EDIT === "true";
+            this.form.properties.FILL_BLANK_EDIT =
+              this.form.properties.FILL_BLANK_EDIT === "true";
+
             this.show_ckeditor = true;
           });
         });