fix: 修复npm下钻 时间变化后,顶部的分数计算方法未能触发问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user