forked from github/dataease
fix: 新tab页预览仪表板跳转时模式为当前页面打开目标仪表板时,页面未刷新问题
This commit is contained in:
parent
8d4519445c
commit
de581d2214
@ -29,6 +29,11 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
'$route.params.reportId': function() {
|
||||
this.restore()
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.restore()
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user