opt:优化

This commit is contained in:
2026-05-28 14:06:24 +08:00
parent 60e61f1d99
commit 80dd7c78c1

View File

@@ -169,6 +169,7 @@ export default {
})
},
updateAgvData(agvDataList) {
this.agvList = agvDataList
// 更新AGV数据
agvDataList.forEach(data => {
const agvIndex = this.agvList.findIndex(agv => agv.vehicle_code === data.vehicle_code)