xiangpei
2024-09-01 10ec0d1db5179d90a82e7d534cda6e9bcf597c08
src/views/screen/newPage/components/newMap.vue
@@ -121,6 +121,7 @@
    mapChart = echarts.init(this.$refs.map);
    mapChart.setOption(mapConfig, true);
    mapChart.on("click", (params) => {
      this.$emit('clickMap', params.name);
      if (tempName === params.name) {
        tempName = "";
        this.initConfig();