mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 17:48:32 +08:00
依附控件不影响连线寻路
This commit is contained in:
parent
bf0a4bb9b6
commit
bc3c83f5a2
@ -306,7 +306,7 @@ export default {
|
||||
let returnControls = []
|
||||
if(controls?.length > 0){
|
||||
for(let i = 0;i < controls.length;i++){
|
||||
if (controls[i].baseModelType != 'DDeiLine'){
|
||||
if (controls[i].baseModelType != 'DDeiLine' && controls[i].depModel != model){
|
||||
let define = DDeiUtil.getControlDefine(controls[i])
|
||||
let filterMethod = null
|
||||
if (define && define.filters && define.filters["LINE_OBI_FILTER"]) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user