diff --git a/src/views/dataCenter/annotationTask/child/allTasks.vue b/src/views/dataCenter/annotationTask/child/allTasks.vue index a60490f5..27a81a9c 100644 --- a/src/views/dataCenter/annotationTask/child/allTasks.vue +++ b/src/views/dataCenter/annotationTask/child/allTasks.vue @@ -64,7 +64,9 @@ style="width: 150px;" /> - ({{ (scope.row.status1Count + scope.row.status2Count) + '/' + scope.row.totalCount }}) + ({{ + (scope.row.status1Count + scope.row.status2Count) + '/' + scope.row.totalCount + }}) diff --git a/src/views/dataCenter/annotationTask/child/customLabelStudio.vue b/src/views/dataCenter/annotationTask/child/customLabelStudio.vue index fe6bd35b..889de443 100644 --- a/src/views/dataCenter/annotationTask/child/customLabelStudio.vue +++ b/src/views/dataCenter/annotationTask/child/customLabelStudio.vue @@ -72,7 +72,6 @@ export default { id: this.id, data: { image: this.fileUrl }, }; - if (this.annotations) { task.annotations = this.getAnnotations(); } diff --git a/src/views/dataCenter/annotationTask/child/dataAnnotations.vue b/src/views/dataCenter/annotationTask/child/dataAnnotations.vue index 66319c32..5757991b 100644 --- a/src/views/dataCenter/annotationTask/child/dataAnnotations.vue +++ b/src/views/dataCenter/annotationTask/child/dataAnnotations.vue @@ -72,7 +72,9 @@