src/main/webapp/views/console.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/views/console.html
@@ -418,7 +418,7 @@ if (res.code == 200) { let currentLevShuttle = []//当前楼层小车集合 res.data.forEach((item,idx) => { if (item.point != undefined && item.point != null) { if (item != null && item.point != undefined && item.point != null) { if (item.point.z == that.currentLev) { currentLevShuttle.push(item); }