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 };