summaryrefslogtreecommitdiff
path: root/src/views/charts2/Panel.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/charts2/Panel.vue')
-rw-r--r--src/views/charts2/Panel.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/charts2/Panel.vue b/src/views/charts2/Panel.vue
index d8d72ff6..f3bec690 100644
--- a/src/views/charts2/Panel.vue
+++ b/src/views/charts2/Panel.vue
@@ -122,7 +122,7 @@ export default {
watch: {
timeFilter: {
handler () {
- if (this.$route.path === '/panel/networkAppPerformance') {
+ if (this.$route.path === '/panel/networkAppPerformance' || this.$route.path === '/panel/linkMonitor') {
this.$store.commit('resetScoreBase')
this.queryScoreBase()
if (this.lineQueryCondition || this.networkOverviewBeforeTab) {
@@ -227,7 +227,7 @@ export default {
this.scoreCalculation()
}
}
- if (this.$route.path === '/panel/networkAppPerformance') {
+ if (this.$route.path === '/panel/networkAppPerformance' || this.$route.path === '/panel/linkMonitor') {
this.$store.commit('resetScoreBase')
this.queryScoreBase()
}