Merge pull request #677 from dataease/pr@dev@refactor_new-panel

refactor:仪表板保存时清理联动信息
This commit is contained in:
王嘉豪 2021-08-23 10:11:28 +08:00 committed by GitHub
commit 0aa5ef8b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,