feat: 补充图表刷新反馈

This commit is contained in:
chenjinsong
2022-08-24 17:09:42 +08:00
parent aee1bd3142
commit 65ef32adee
8 changed files with 59 additions and 3 deletions

View File

@@ -29,6 +29,14 @@ export default {
}
},
mixins: [chartMixin],
watch: {
timeFilter: {
deep: true,
handler (n) {
this.loadAm4ChartMap(this.polygonSeries, this.worldImageSeries)
}
}
},
methods: {
async initMap () {
// 初始化插件
@@ -102,6 +110,7 @@ export default {
t.score = 6
}
})
console.info(mapData)
this.loadMarkerData(imageSeries, mapData)
})
}).finally(() => {