#
Junjie
2023-09-08 fc8e6849f854aebb21d2f70ece352d1d5679085e
#
1个文件已修改
2 ■■■ 已修改文件
src/main/webapp/views/console.html 2 ●●● 补丁 | 查看 | 原始文档 | 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);
                                            }