实时数据:已锁定状态修改

This commit is contained in:
高云鹏 2025-01-17 12:56:35 +08:00
parent 56e45b97ef
commit 4f88a6a793

View File

@ -522,6 +522,7 @@ const createTableReqParams = (airblowerList: { irn: string; name: string }[]) =>
model: item.model,
belongLine: item.belongLine,
modelId: item.modelId,
locked: item?.attributeMap?.locked ?? 0,
deviceCode: item.deviceCode,
}
airBlowerIds.push(item.irn)
@ -564,6 +565,7 @@ const getTableData = () => {
iotModelId: airBlowerInfoObj[id].modelId,
belongLine: airBlowerInfoObj[id].belongLine,
deviceCode: airBlowerInfoObj[id].deviceCode,
locked: airBlowerInfoObj[id].locked,
...realData,
processedoperationmode: state,
}