zhaoyk 2 년 전
부모
커밋
165841badb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      adm_comp/src/views/DiagramTemplate.vue

+ 1 - 1
adm_comp/src/views/DiagramTemplate.vue

@@ -783,7 +783,7 @@
 					
 					const arr: any[] = Template.getContainers(this.currentTemplate);
 					arr.forEach(item => {
-						if(item.equipmentTypes != null && item.equipmentTypes.length > 0 && item.id != sel.id)
+						if(item.equipmentTypes != null && item.equipmentTypes.length > 0 && item.id != sel.id && item.dynTarget == null)
 							normalCons.push(item);
 					});
 				} else if(sel.compType == 'mainPipe') {