|
|
@@ -249,10 +249,10 @@ function duplicateCheck() {
|
|
|
if (duplicateCheckRequest?.value) {
|
|
|
reportService.duplicateCheck(duplicateCheckRequest.value).then((data: any) => {
|
|
|
let index = 0;
|
|
|
- for (let item of data.totals) {
|
|
|
+ for (let item of data.repetitiveRate) {
|
|
|
console.log(item)
|
|
|
if (item && item > 0) {
|
|
|
- chapterEditors.value[index]?.pointer();
|
|
|
+ chapterEditors.value[index]?.notifyRepetitiveWarning();
|
|
|
}
|
|
|
index += 1;
|
|
|
}
|