邓洁: 切换隧道,数据渲染

This commit is contained in:
邓洁
2023-12-18 12:07:36 +08:00
parent c9c0c88b3e
commit 8304eaa726
7 changed files with 60 additions and 40 deletions

View File

@@ -87,7 +87,7 @@ const timeSelect = (index) => {
const getScreenInfo = (now) => {
let windPressureObj = {}
let windPressureArr = []
now.map(item => {
now?.map(item => {
windPressureObj = {
equipmentId: item.equipmentId,
max: 120,