fix: npm顶部分数计算方法,限制为只有在npm下钻时才触发
This commit is contained in:
@@ -184,7 +184,9 @@ export default {
|
|||||||
return chart
|
return chart
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
this.scoreCalculation()
|
if (this.$route.path === '/panel/networkAppPerformance' && this.queryCondition) {
|
||||||
|
this.scoreCalculation()
|
||||||
|
}
|
||||||
},
|
},
|
||||||
setup (props, ctx) {
|
setup (props, ctx) {
|
||||||
// todo 目前在panel页面测试,后续会挪到router里
|
// todo 目前在panel页面测试,后续会挪到router里
|
||||||
|
|||||||
Reference in New Issue
Block a user