fix: Dahsboard - npm - 网络质量概览图表 下钻切换参数问题

This commit is contained in:
@changcode
2022-08-26 11:31:34 +08:00
parent 4c4e798c15
commit 11b1941146

View File

@@ -61,7 +61,7 @@ export default {
} }
if (this.chartData.id === 23) { if (this.chartData.id === 23) {
this.side = 'client' this.side = 'client'
} else if (this.chartData.id === 24) { } else if (this.chartData.id === 26) {
this.side = 'server' this.side = 'server'
} }
if (condition && (typeof condition !== 'object') && type) { if (condition && (typeof condition !== 'object') && type) {