Merge pull request #677 from dataease/pr@dev@refactor_new-panel
refactor:仪表板保存时清理联动信息
This commit is contained in:
commit
0aa5ef8b43
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user