fix: 新tab页预览仪表板跳转时模式为当前页面打开目标仪表板时,页面未刷新问题

This commit is contained in:
wangjiahao 2022-01-28 13:41:41 +08:00
parent 6c9e34a1ee
commit 44eb82eaf9

View File

@ -18,6 +18,11 @@ export default {
mainHeight: '100vh!important'
}
},
watch: {
'$route.params.reportId': function() {
this.restore()
}
},
computed: {
bgStyle() {
if (this.backScreenShot) {