diff --git a/src/views/charts2/charts/networkOverview/NetworkOverviewTabs.vue b/src/views/charts2/charts/networkOverview/NetworkOverviewTabs.vue index 8c4780f4..a9be4588 100644 --- a/src/views/charts2/charts/networkOverview/NetworkOverviewTabs.vue +++ b/src/views/charts2/charts/networkOverview/NetworkOverviewTabs.vue @@ -1180,10 +1180,14 @@ export default { } }) this.changeUrlTabState() - this.jumpAndCache(this.$route.path, { - ...this.$route.query, - thirdPanel: this.curTable.panelIdOfThirdMenu, - fourthPanel: toPanel + this.$router.push({ + path: this.$route.path, + query: { + ...this.$route.query, + thirdPanel: this.curTable.panelIdOfThirdMenu, + fourthPanel: toPanel, + t: +new Date() + } }) }, handleSearchParams (columnValue) {