mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
refactor:跳转过后的仪表板也可以继续跳转
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user