소스 검색

Merge branch 'lhd'

natasha 2 일 전
부모
커밋
f55703bf8d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/book/courseware/create/components/question/notes/Notes.vue

+ 1 - 1
src/views/book/courseware/create/components/question/notes/Notes.vue

@@ -97,7 +97,7 @@ export default {
       let node_list = [];
       this.data.option.forEach((item) => {
         node_list.push({
-          name: item.con,
+          name: item.con.replace(/<[^>]*>?/gm, ''),
           id: Math.random().toString(36).substring(2, 12),
         });
       });