作者 朱兆平

权限配置列表-父子选中关系取消选中子关系必须选中父级

@@ -630,7 +630,7 @@ @@ -630,7 +630,7 @@
630 // 选中 630 // 选中
631 if (selected !== -1) { 631 if (selected !== -1) {
632 // 子节点只要被选中父节点就被选中 632 // 子节点只要被选中父节点就被选中
633 - this.selectedParent(currentObj); 633 + // this.selectedParent(currentObj);
634 // 统一处理子节点为相同的勾选状态 634 // 统一处理子节点为相同的勾选状态
635 this.uniteChildSame(currentObj, true) 635 this.uniteChildSame(currentObj, true)
636 } else { 636 } else {