门口门禁-地图小窗口图表排序问题修正

liujun-2024-06-13-一公司人员定位新需求^2
water_xu 2024-06-26 15:16:36 +08:00
parent 33312767b7
commit c2ef837d93
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ export default {
}
).then((data) => {
this.initEcharts1(data.varList)
this.initEcharts1(data.varList.reverse())
})
},