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

This commit is contained in:
hyx
2022-10-09 19:58:30 +08:00
parent 705bc0d58d
commit 09e0d95c7b
3 changed files with 295 additions and 66 deletions

View File

@@ -93,7 +93,7 @@ export default {
// this.panelName = this.$store.getters.getPanelName
this.panelName = this.$route.query.panelName ? this.$t(this.$route.query.panelName) : ''
// const curOperationType = this.$store.getters.getTabOperationType
/*const curOperationType = this.getUrlParam(this.curTabState.tabOperationType, '', true)
/* const curOperationType = this.getUrlParam(this.curTabState.tabOperationType, '', true)
if (this.panelName && this.$route.path === '/panel/networkAppPerformance' && curOperationType !== operationType.thirdMenu) {
// const columnValue = this.$store.getters.getBreadcrumbColumnValue
const columnValue = this.getUrlParam(this.curTabState.fourthMenu, '')
@@ -141,7 +141,7 @@ export default {
})
} else if (this.$route.path === '/panel/networkAppPerformance' && curOperationType === operationType.thirdMenu) {
this.score = this.$store.getters.getNpmThirdLevelMenuScore
}*/
} */
await this.init()
const vm = this