其他设备管理-气象设备管理-图表统计排序bug修复

liujun-2024-06-13-一公司人员定位新需求^2
water_xu 2024-06-26 10:51:03 +08:00
parent b7a09e54bb
commit 3d834d7b6a
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ export default {
} }
).then((data) => { ).then((data) => {
this.listLoading = false this.listLoading = false
this.varList = data.varList this.varList = data.varList.reverse()
this.temperature = [] this.temperature = []
this.winddirection = [] this.winddirection = []
this.windspeed = [] this.windspeed = []