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 => {