门口门禁-地图小窗口排序bug

liujun-2024-06-13-一公司人员定位新需求^2
water_xu 2024-06-27 14:13:03 +08:00
parent f47878a392
commit f42d56a7c0
1 changed files with 1 additions and 1 deletions

View File

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