From f5bbacae465768b05c2b67ae7566a8991be125e0 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Thu, 11 Jul 2024 18:52:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E4=B8=AD=E5=BF=83=E5=A4=9A=E4=BD=99=E8=AF=B7?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/dataset/exportExcel/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/core/frontend/src/views/dataset/exportExcel/index.vue b/core/frontend/src/views/dataset/exportExcel/index.vue index 1df66255fe..9569fe0c71 100644 --- a/core/frontend/src/views/dataset/exportExcel/index.vue +++ b/core/frontend/src/views/dataset/exportExcel/index.vue @@ -226,7 +226,6 @@ export default { } }, created() { - this.handleClick() }, mounted() { bus.$on('task-export-topic-call', this.taskExportTopicCall)