xiatian 2 éve
szülő
commit
7d2c7d6d69
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 {