fix: 修复部分图表问题

This commit is contained in:
@changcode
2022-08-08 18:30:41 +08:00
parent 78bf147730
commit e31701084c
4 changed files with 63 additions and 37 deletions

View File

@@ -555,7 +555,6 @@ export default {
this.$emit('getChartData', this.getCurUrl(), queryParams)
},
handleTabValue (columnName, columnValue) {
this.emitter.emit('get-chart-data', columnValue)
const oldCurTab = this.$store.getters.getNetworkOverviewBeforeTab
const tabGroup = this.list.filter(item => item.label === columnName)
if (tabGroup && tabGroup.length > 0) {