From aa515c8f96d7693fa55770cb1023addb9929343a Mon Sep 17 00:00:00 2001 From: jiang Date: Sun, 12 Jan 2025 16:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataCenter/annotationTask/child/customLabelStudio.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dataCenter/annotationTask/child/customLabelStudio.vue b/src/views/dataCenter/annotationTask/child/customLabelStudio.vue index 889de443..de744633 100644 --- a/src/views/dataCenter/annotationTask/child/customLabelStudio.vue +++ b/src/views/dataCenter/annotationTask/child/customLabelStudio.vue @@ -101,7 +101,7 @@ export default { this.changeButtonText(LS); }, onSubmitAnnotation: (LS, annotation) => this.handleAnnotationSubmit(LS, annotation, task), - onUpdateAnnotation:(LS, annotation) => this.handleAnnotationSubmit(LS, annotation, task), + //onUpdateAnnotation:(LS, annotation) => this.handleAnnotationSubmit(LS, annotation, task), }); }); },