diff --git a/core/core-frontend/src/views/dashboard/index.vue b/core/core-frontend/src/views/dashboard/index.vue index 552c26614c..3fe1c0fdad 100644 --- a/core/core-frontend/src/views/dashboard/index.vue +++ b/core/core-frontend/src/views/dashboard/index.vue @@ -310,6 +310,7 @@ const doRecoverToPublished = () => { nextTick(() => { deCanvasRef.value.canvasInit(false) dvMainStore.updateDvInfoCall(1) + useEmitt().emitter.emit('calcData-all') }) }) } diff --git a/core/core-frontend/src/views/data-visualization/index.vue b/core/core-frontend/src/views/data-visualization/index.vue index 93b55bae4d..f6f27fd5ed 100644 --- a/core/core-frontend/src/views/data-visualization/index.vue +++ b/core/core-frontend/src/views/data-visualization/index.vue @@ -521,6 +521,7 @@ const doRecoverToPublished = () => { state.opt = null initLocalCanvasData(() => { dvMainStore.updateDvInfoCall(1) + useEmitt().emitter.emit('calcData-all') }) }) }