소스 검색

fix answerType

deason 6 년 전
부모
커밋
ec87a62877
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/modules/questions/views/EditOtherQuestion.vue
  2. 1 0
      src/modules/questions/views/EditSelectQuestion.vue

+ 1 - 0
src/modules/questions/views/EditOtherQuestion.vue

@@ -261,6 +261,7 @@ export default {
         questionType: "",
         difficultyDegree: "",
         publicity: true,
+        answerType: "",
         quesProperties: [],
         score: 0
       },

+ 1 - 0
src/modules/questions/views/EditSelectQuestion.vue

@@ -251,6 +251,7 @@ export default {
         courseNo: "",
         difficultyDegree: "",
         publicity: true,
+        answerType: "",
         quesProperties: [],
         score: 1
       },