src/main/webapp/views/console.html
@@ -418,8 +418,10 @@ if (res.code == 200) { let currentLevShuttle = []//当前楼层小车集合 res.data.forEach((item,idx) => { if (item.point != undefined && item.point != null) { if (item.point.z == that.currentLev) { currentLevShuttle.push(item) currentLevShuttle.push(item); } } }) that.currentLevShuttleList = currentLevShuttle