CN-733 完成链路页面下钻后的表格
This commit is contained in:
@@ -1180,10 +1180,14 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.changeUrlTabState()
|
this.changeUrlTabState()
|
||||||
this.jumpAndCache(this.$route.path, {
|
this.$router.push({
|
||||||
...this.$route.query,
|
path: this.$route.path,
|
||||||
thirdPanel: this.curTable.panelIdOfThirdMenu,
|
query: {
|
||||||
fourthPanel: toPanel
|
...this.$route.query,
|
||||||
|
thirdPanel: this.curTable.panelIdOfThirdMenu,
|
||||||
|
fourthPanel: toPanel,
|
||||||
|
t: +new Date()
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleSearchParams (columnValue) {
|
handleSearchParams (columnValue) {
|
||||||
|
|||||||
Reference in New Issue
Block a user