From fc8e6849f854aebb21d2f70ece352d1d5679085e Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期五, 08 九月 2023 16:30:01 +0800 Subject: [PATCH] # --- src/main/webapp/views/console.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html index 6fbc391..381e805 100644 --- a/src/main/webapp/views/console.html +++ b/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); } -- Gitblit v1.9.1