forked from github/dataease
fix: 新tab页预览仪表板跳转时模式为当前页面打开目标仪表板时,页面未刷新问题
This commit is contained in:
parent
6c9e34a1ee
commit
44eb82eaf9
@ -18,6 +18,11 @@ export default {
|
||||
mainHeight: '100vh!important'
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
'$route.params.reportId': function() {
|
||||
this.restore()
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
bgStyle() {
|
||||
if (this.backScreenShot) {
|
||||
|
Loading…
Reference in New Issue
Block a user