diff --git a/frontend/src/components/canvas/components/Toolbar.vue b/frontend/src/components/canvas/components/Toolbar.vue index 10cea07695..1e6e80cd51 100644 --- a/frontend/src/components/canvas/components/Toolbar.vue +++ b/frontend/src/components/canvas/components/Toolbar.vue @@ -282,6 +282,9 @@ export default { }, save(withClose) { + // 清理联动信息 + this.$store.commit('clearPanelLinkageInfo') + // 保存到数据库 const requestInfo = { id: this.$store.state.panel.panelInfo.id,