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