Explorar el Código

feature/1002177

lizi hace 2 años
padre
commit
7ef243fd5c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/report/ReportEditorView.vue

+ 1 - 0
src/views/report/ReportEditorView.vue

@@ -261,6 +261,7 @@ function duplicateCheck() {
 }
 
 function extract(chapters: ReportChapterRequest[], id: string) {
+  duplicateCheckRequest.value.contents = []
   for (var i = 0; i < chapters.length; i ++) {
     duplicateCheckRequest.value?.contents.push(chapters[i].content)
   }