|
@@ -783,7 +783,7 @@
|
|
|
|
|
|
const arr: any[] = Template.getContainers(this.currentTemplate);
|
|
const arr: any[] = Template.getContainers(this.currentTemplate);
|
|
arr.forEach(item => {
|
|
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);
|
|
normalCons.push(item);
|
|
});
|
|
});
|
|
} else if(sel.compType == 'mainPipe') {
|
|
} else if(sel.compType == 'mainPipe') {
|