Skip to content
代码片段 群组 项目
提交 d2f8ce54 编辑于 作者: Thuc Tran's avatar Thuc Tran
浏览文件

Fix deviceId reference for deviceIdentifier

上级 6c4890f3
No related branches found
No related tags found
无相关合并请求
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
return dt[a].description.localeCompare(dt[b].description) return dt[a].description.localeCompare(dt[b].description)
}) })
return keys.map(item => { return keys.map(item => {
return {deviceTypeRef: item, deviceIdentifier: dt[item].deviceId} return {deviceTypeRef: item, deviceIdentifier: dt[item].code}
}) })
}, },
}, },
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册