diff --git a/src/views/charts2/Panel.vue b/src/views/charts2/Panel.vue index 3e7df2fb..1d3c4938 100644 --- a/src/views/charts2/Panel.vue +++ b/src/views/charts2/Panel.vue @@ -184,7 +184,9 @@ export default { return chart }) }) - this.scoreCalculation() + if (this.$route.path === '/panel/networkAppPerformance' && this.queryCondition) { + this.scoreCalculation() + } }, setup (props, ctx) { // todo 目前在panel页面测试,后续会挪到router里