xiatian %!s(int64=2) %!d(string=hai) anos
pai
achega
7d2c7d6d69
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {