zhaoyk 2 years ago
parent
commit
165841badb
1 changed files with 1 additions and 1 deletions
  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') {