lsc 2 rokov pred
rodič
commit
10547a6aa8
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/components/student/studyStudent.vue

+ 1 - 1
src/components/student/studyStudent.vue

@@ -5781,7 +5781,7 @@ export default {
     },
     addQuestion() {
       this.answerList.push({
-        answerTitle: this.answerQ,
+        answerTitle: this.answerQ.replaceAll(/%/g, "%25"),
         answer: this.questionAnswer.replaceAll(/%/g, "%25"),
       });
       let params = [