浏览代码

fix answerType

deason 6 年之前
父节点
当前提交
ec87a62877

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

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

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

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