From d44b4062225fcff3aabc31e9ed85b2a4ad3d63bf Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Fri, 11 Nov 2022 17:37:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20npm=E9=A1=B6=E9=83=A8=E5=88=86=E6=95=B0?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E6=96=B9=E6=B3=95=EF=BC=8C=E9=99=90=E5=88=B6?= =?UTF-8?q?=E4=B8=BA=E5=8F=AA=E6=9C=89=E5=9C=A8npm=E4=B8=8B=E9=92=BB?= =?UTF-8?q?=E6=97=B6=E6=89=8D=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts2/Panel.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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里