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

This commit is contained in:
wangjiahao 2022-01-28 13:34:32 +08:00
parent 8d4519445c
commit de581d2214

View File

@ -29,6 +29,11 @@ export default {
}
}
},
watch: {
'$route.params.reportId': function() {
this.restore()
}
},
mounted() {
this.restore()
},