YaolongHan 4 роки тому
батько
коміт
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 };