CN-1519 fix: 链路配置更改;链路组件逻辑更改;

This commit is contained in:
chenjinsong
2023-12-25 18:35:14 +08:00
parent 3f97c3e97f
commit 15b90c11e9
7 changed files with 221 additions and 187 deletions

View File

@@ -124,7 +124,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) {