Unverified 提交 21045fbe authored 作者: 王嘉豪's avatar 王嘉豪 提交者: GitHub

Merge pull request #1058 from dataease/dev

Dev
......@@ -31,7 +31,7 @@ export default {
this.$store.commit('setNowPanelTrackInfo', rsp.data)
})
// 刷新跳转信息
queryPanelJumpInfo(data.id).then(rsp => {
queryPanelJumpInfo(this.panelId).then(rsp => {
this.$store.commit('setNowPanelJumpInfo', rsp.data)
})
......
......@@ -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)
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论