fix: 修复npm下钻 时间变化后,顶部的分数计算方法未能触发问题

This commit is contained in:
changcode
2022-11-28 16:41:31 +08:00
parent 8f045125ea
commit 2b3e5ca360

View File

@@ -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