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