diff --git a/src/views/keyprojects/meteorological/components/meteorological-history.vue b/src/views/keyprojects/meteorological/components/meteorological-history.vue index 253fbb5..5dbc97f 100644 --- a/src/views/keyprojects/meteorological/components/meteorological-history.vue +++ b/src/views/keyprojects/meteorological/components/meteorological-history.vue @@ -290,7 +290,7 @@ export default { } ).then((data) => { this.listLoading = false - this.varList = data.varList + this.varList = data.varList.reverse() this.temperature = [] this.winddirection = [] this.windspeed = []