CN-1321 fix: 地图下钻后,刷新页面,下方趋势图变为全局的趋势图

This commit is contained in:
刘洪洪
2023-09-19 18:06:55 +08:00
parent e3c3ed4200
commit eb6a1c56c2

View File

@@ -114,7 +114,7 @@ export default {
}, },
timeFilter: { timeFilter: {
handler () { handler () {
this.init() this.init(this.country)
} }
} }
}, },