fix: 去除部分todo,和完善报告初始化操作的判断

This commit is contained in:
刘洪洪
2023-06-09 10:35:13 +08:00
parent 0a13e99c43
commit ffec88289e
4 changed files with 3 additions and 7 deletions

View File

@@ -291,7 +291,6 @@ export default {
let sum = 0
linkInfo.forEach((item) => {
// todo 此处需注意不明确接口返回的方向字段名是拼音还是汉字后期可能会变动缓存中的nextHop
if (s.linkDirection === item.nextHop) {
sum += item.bandwidth
}