guoshipeng
2023-04-20 e2031b5e22e1e12b26fbce6454cf7f60508ab2ef
src/components/Wind/Map.vue
@@ -1573,7 +1573,7 @@
        url: '/monitorPoint/getWindData',
        method: 'get',
        params: {
          monitorPointIds: JSON.stringify(this.monitorPointIds[0]),
          monitorPointIds: this.monitorPointIds.toString(),
          chooseTime: this.chooseTime,
          time: this.nyr
        }