From a9743e799a625ee28b0bf1d3df6d8770996aef4d Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 28 Aug 2024 16:34:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E8=A1=A8=E5=8D=95=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=95=B0=E5=80=BC=E5=90=8E=E5=9B=9E=E8=BD=A6=E9=94=AE?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E9=A1=B5=E9=9D=A2=E5=88=B7=E6=96=B0=EF=BC=8C?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=8F=91=E7=94=9F=E6=94=B9=E5=8F=98=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/visualization/DatasetParamsComponent.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/components/visualization/DatasetParamsComponent.vue b/core/core-frontend/src/components/visualization/DatasetParamsComponent.vue index d6676da614..d50ee7a5c6 100644 --- a/core/core-frontend/src/components/visualization/DatasetParamsComponent.vue +++ b/core/core-frontend/src/components/visualization/DatasetParamsComponent.vue @@ -86,6 +86,7 @@ const emits = defineEmits(['finish']) ref="subject" :model="subjectForm" :rules="rules" + @submit.prevent >