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 = [