xiatian 2 年 前
コミット
7d2c7d6d69
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/modules/questions/views/EditSelectQuestion.vue

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

@@ -372,6 +372,7 @@ export default {
       this.$refs[formName].validate((valid) => {
         if (valid) {
           this.setRightAnswer();
+          this.quesModel.quesAnswer = this.answer;
           if (this.questionId) {
             this.editQuestion();
           } else {