mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
Merge pull request #1057 from dataease/pr@dev@refactor_panel-show
fix:仪表板跳转联动选项值显示异常
This commit is contained in:
@@ -285,7 +285,7 @@ export default {
|
||||
if (!this.linkJumpInfo.content) {
|
||||
this.linkJumpInfo.content = 'http://'
|
||||
}
|
||||
if (this.linkJumpInfo.linkType === 'inner' && this.linkJumpInfo.targetPanelId) {
|
||||
if (this.linkJumpInfo.targetPanelId) {
|
||||
this.getPanelViewList(this.linkJumpInfo.targetPanelId)
|
||||
}
|
||||
},
|
||||
@@ -302,7 +302,7 @@ export default {
|
||||
})
|
||||
},
|
||||
panelNodeClick(data, node) {
|
||||
console.log('panelNodeClick:' + JSON.stringify(data))
|
||||
// console.log('panelNodeClick:' + JSON.stringify(data))
|
||||
this.linkJumpInfo.targetViewInfoList = []
|
||||
this.getPanelViewList(data.id)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user