fix: 修复npm下钻网络性能统计数据展示错误问题
This commit is contained in:
@@ -108,6 +108,7 @@ export default {
|
|||||||
pktRetransPercent: res.data.result.pktRetransPercentAvg || null
|
pktRetransPercent: res.data.result.pktRetransPercentAvg || null
|
||||||
}
|
}
|
||||||
score = computeScore(data)
|
score = computeScore(data)
|
||||||
|
this.npmNetworkCycleData = res.data.result
|
||||||
this.npmNetworkLastCycleQuery()
|
this.npmNetworkLastCycleQuery()
|
||||||
}
|
}
|
||||||
this.$store.commit('setNpmThirdLevelMenuScore', score)
|
this.$store.commit('setNpmThirdLevelMenuScore', score)
|
||||||
|
|||||||
Reference in New Issue
Block a user