yichenxi
2023-04-21 a505e8a326f7e8ce3db8b2f140fb328ecc650bfc
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
        }