From 2467ebca1d486f6e45439e370a5b2e30bc11da17 Mon Sep 17 00:00:00 2001 From: weiweiw <14335254+weiweiw22@user.noreply.gitee.com> Date: Sun, 1 Dec 2024 09:48:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= 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 30b0bec8..8f30988b 100644 --- a/src/views/dataCenter/annotationTask/child/customLabelStudio.vue +++ b/src/views/dataCenter/annotationTask/child/customLabelStudio.vue @@ -56,7 +56,7 @@ export default { }, watch:{ - } + }, mounted() { this.initLabelStudio(); },