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), }); }); },