YaolongHan 4 лет назад
Родитель
Сommit
0530ee645f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/components/editview/basePlanEditer.vue

+ 1 - 0
src/components/editview/basePlanEditer.vue

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