Explorar o código

feature/1002177

lizi %!s(int64=2) %!d(string=hai) anos
pai
achega
7ef243fd5c
Modificáronse 1 ficheiros con 1 adicións e 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)
   }