调整完毕
This commit is contained in:
@@ -63,7 +63,7 @@ export default {
|
||||
const json = JSON.parse(res.param)
|
||||
if (type == "530300000000") {
|
||||
this.geoData = json.map
|
||||
this.$refs.map.chart?.setOption({series: {data: this.mapData}})
|
||||
this.$refs.map?.chart?.setOption({series: {data: this.mapData}})
|
||||
}
|
||||
this.config.summaryConfigs = json.sta?.map((e, i) => ({pos: ["rt", "lb", 'lt', 'rb'][i % 4], display: "summary20", ...e})) || []
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user