From 2b3e5ca3603f5b84ca31fff38ca5dd8bcfe0bf04 Mon Sep 17 00:00:00 2001 From: changcode Date: Mon, 28 Nov 2022 16:41:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dnpm=E4=B8=8B=E9=92=BB?= =?UTF-8?q?=20=E6=97=B6=E9=97=B4=E5=8F=98=E5=8C=96=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E7=9A=84=E5=88=86=E6=95=B0=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E6=9C=AA=E8=83=BD=E8=A7=A6=E5=8F=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts2/Panel.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/charts2/Panel.vue b/src/views/charts2/Panel.vue index d4d2f6fe..a72ec522 100644 --- a/src/views/charts2/Panel.vue +++ b/src/views/charts2/Panel.vue @@ -108,6 +108,13 @@ export default { // this.score = n // } // } + timeFilter: { + handler (n) { + if (this.$route.path === '/panel/networkAppPerformance' && (this.queryCondition || this.networkOverviewBeforeTab)) { + this.scoreCalculation() + } + } + } }, async mounted () { // this.panelName = this.$store.getters.getPanelName