提交 9a72159a authored 作者: wangjiahao's avatar wangjiahao

refactor:仪表板保存时清理联动信息

上级 d7c383d9
...@@ -282,6 +282,9 @@ export default { ...@@ -282,6 +282,9 @@ export default {
}, },
save(withClose) { save(withClose) {
// 清理联动信息
this.$store.commit('clearPanelLinkageInfo')
// 保存到数据库 // 保存到数据库
const requestInfo = { const requestInfo = {
id: this.$store.state.panel.panelInfo.id, id: this.$store.state.panel.panelInfo.id,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论