From 5a1e8ae1089b4eef15c7230bb6b20d6179132126 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 21 Jun 2024 10:26:22 +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=E7=9B=B4=E6=8E=A5=E6=8B=96=E5=8A=A8=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E5=9B=BE=E5=B1=82=E6=8E=92=E5=BA=8F=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E4=BF=9D=E5=AD=98=E6=8C=89=E9=92=AE=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E9=97=AE=E9=A2=98=20#10254?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/data-visualization/RealTimeListTree.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue b/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue index db7ed3259b..a445159ac6 100644 --- a/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue +++ b/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue @@ -160,6 +160,7 @@ const dragOnEnd = ({ oldIndex, newIndex }) => { componentData.value.splice(comLength - 1 - oldIndex, 1) componentData.value.splice(comLength - 1 - newIndex, 0, target) dvMainStore.setCurComponent({ component: target, index: transformIndex(comLength - oldIndex) }) + snapshotStore.recordSnapshotCache() } const getIconName = item => {