Browse Source

merge "feature/1002177" into "main"
feature/1002177

Kevin 2 years ago
parent
commit
8592420caa
1 changed files with 1 additions and 0 deletions
  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)
   }