zhaoyk %!s(int64=2) %!d(string=hai) anos
pai
achega
165841badb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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') {