bug
This commit is contained in:
parent
06ddd48db7
commit
14d8091291
@ -282,12 +282,13 @@ export default {
|
||||
}else {
|
||||
this.checked = false
|
||||
}
|
||||
console.log(this.ruleForm.checkedKeys,22,this.ruleForm.roleCode)
|
||||
return;
|
||||
}
|
||||
let ids = []
|
||||
let show = false;
|
||||
if (!row.show) show = true
|
||||
this.tableData.forEach(item => {
|
||||
if (!row.show) show = true
|
||||
item.list.forEach(item1 => {
|
||||
if (item1.id == row.id) {
|
||||
ids.push(item1.id)
|
||||
@ -334,6 +335,7 @@ export default {
|
||||
}else {
|
||||
this.checked = false
|
||||
}
|
||||
console.log(this.ruleForm.checkedKeys,11,uniqueArr,show)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user