CN-733 完成链路页面下钻后的表格

This commit is contained in:
hyx
2022-10-09 20:18:19 +08:00
parent 09e0d95c7b
commit 3b4275c7ec

View File

@@ -1180,10 +1180,14 @@ export default {
} }
}) })
this.changeUrlTabState() this.changeUrlTabState()
this.jumpAndCache(this.$route.path, { this.$router.push({
path: this.$route.path,
query: {
...this.$route.query, ...this.$route.query,
thirdPanel: this.curTable.panelIdOfThirdMenu, thirdPanel: this.curTable.panelIdOfThirdMenu,
fourthPanel: toPanel fourthPanel: toPanel,
t: +new Date()
}
}) })
}, },
handleSearchParams (columnValue) { handleSearchParams (columnValue) {