fix: 修复npm下钻网络性能统计数据展示错误问题

This commit is contained in:
@changcode
2022-11-02 10:59:21 +08:00
parent 12b7290ecd
commit 70c38fe2de

View File

@@ -108,6 +108,7 @@ export default {
pktRetransPercent: res.data.result.pktRetransPercentAvg || null
}
score = computeScore(data)
this.npmNetworkCycleData = res.data.result
this.npmNetworkLastCycleQuery()
}
this.$store.commit('setNpmThirdLevelMenuScore', score)