|
|
|
@ -2570,7 +2570,19 @@ function getAssociatedFormsCurrentFieldTree1() { |
|
|
|
element.children = [] |
|
|
|
element.disabled = false |
|
|
|
} |
|
|
|
let currentIdArr = element.id.split(":") |
|
|
|
//console.log(currentIdArr) |
|
|
|
let currentId = currentIdArr[currentIdArr.length-1] |
|
|
|
//console.log(currentId) |
|
|
|
|
|
|
|
if(currentId==controlData.value.name){ |
|
|
|
/* alert(currentId) |
|
|
|
console.log(currentId) */ |
|
|
|
element.disabled = true |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
//liwenxuan 关联选项设置对子表不生效的bug修复 end 250409 |
|
|
|
|
|
|
|
|
|
|
|
@ -3308,6 +3320,8 @@ watch( |
|
|
|
) |
|
|
|
); |
|
|
|
} else { |
|
|
|
console.log(changedOptions) |
|
|
|
console.log(controlData.value.control.glxxsz) |
|
|
|
for (var i = 0; i < changedOptions.length; i++) { |
|
|
|
if (controlData.value.control.glxxsz[i] === undefined) { |
|
|
|
//新增了某个option |
|
|
|
|