lsc преди 2 години
родител
ревизия
10547a6aa8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 = [