其他设备管理-气象设备管理-图表统计排序bug修复
parent
b7a09e54bb
commit
3d834d7b6a
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue