mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
refactor:仪表板保存时清理联动信息
This commit is contained in:
@@ -282,6 +282,9 @@ export default {
|
||||
},
|
||||
|
||||
save(withClose) {
|
||||
// 清理联动信息
|
||||
this.$store.commit('clearPanelLinkageInfo')
|
||||
|
||||
// 保存到数据库
|
||||
const requestInfo = {
|
||||
id: this.$store.state.panel.panelInfo.id,
|
||||
|
||||
Reference in New Issue
Block a user