lsc 2 năm trước cách đây
mục cha
commit
10547a6aa8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = [