|
@@ -576,6 +576,7 @@ export default {
|
|
// 解析设备数据
|
|
// 解析设备数据
|
|
mergeEquipData(equipList) {
|
|
mergeEquipData(equipList) {
|
|
equipList.forEach((equip) => {
|
|
equipList.forEach((equip) => {
|
|
|
|
+
|
|
if (!this.equipItemMap[equip.id]) {
|
|
if (!this.equipItemMap[equip.id]) {
|
|
if (this.objExtInfo[equip.id]) {
|
|
if (this.objExtInfo[equip.id]) {
|
|
equip = { ...this.objExtInfo[equip.id], ...equip };
|
|
equip = { ...this.objExtInfo[equip.id], ...equip };
|