refactor:跳转过后的仪表板也可以继续跳转

This commit is contained in:
wangjiahao 2021-10-29 13:42:30 +08:00
parent 5ce24a47b2
commit 0ff8927d4b

View File

@ -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)
})