Merge pull request 'fix : 风压细节优化' (#306) from dengjie into dev
Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/306
This commit is contained in:
@@ -140,6 +140,9 @@ const getScreenInfo = (now) => {
|
|||||||
}
|
}
|
||||||
windPressureArr.push(windPressureObj)
|
windPressureArr.push(windPressureObj)
|
||||||
})
|
})
|
||||||
|
if(windPressureArr.map(item=>item.equipmentName).includes('10号风压')){
|
||||||
|
windPressureArr.push(windPressureArr.shift())
|
||||||
|
}
|
||||||
wpList.value = windPressureArr
|
wpList.value = windPressureArr
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user