guoshipeng
2023-03-22 7b3c8b26fb663fb2c473883de9ff4be8c573300d
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
        }