Merge pull request #1054 from dataease/pr@dev@refactor_panel-show

refactor:跳转过后的仪表板也可以继续跳转
This commit is contained in:
王嘉豪 2021-10-29 13:43:02 +08:00 committed by GitHub
commit 5d52c51576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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