fix: 修复有时下钻后参数丢失的问题

This commit is contained in:
chenjinsong
2022-08-31 21:30:37 +08:00
parent 76e17fc9dd
commit 6862e29663
3 changed files with 1 additions and 16 deletions

View File

@@ -363,11 +363,6 @@ export default {
this.$store.commit('setNetworkOverviewCurrentTab', curTab)
}
this.$router.push({
name: 'panel',
path: this.$route.path,
query: {
t: +new Date()
},
params: {
thirdPanel: curTable.panelIdOfThirdMenu ? curTable.panelIdOfThirdMenu : '',
fourthPanel: toPanel || ''