From 1a0420b3e42388be439895d929fb669dc71746cf Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 13 Jan 2025 16:28:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):?= =?UTF-8?q?=20=E3=80=91=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E5=9B=BE=E8=A1=A8=E5=90=8E=E7=94=BB=E5=B8=83=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E5=AE=9A=E4=BD=8D=E5=88=B0=E5=B1=8F=E5=B9=95=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E7=82=B9=20#13946?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/data-visualization/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/data-visualization/index.vue b/core/core-frontend/src/views/data-visualization/index.vue index 4d5da082c5..708dfad4dc 100644 --- a/core/core-frontend/src/views/data-visualization/index.vue +++ b/core/core-frontend/src/views/data-visualization/index.vue @@ -201,6 +201,7 @@ const handleNew = newComponentInfo => { state.sideShow = true }) } + useEmitt().emitter.emit('initScroll') } }