Commit e68b7c5e authored by wanglianghe's avatar wanglianghe

去掉打印

parent a82ff5c2
...@@ -453,7 +453,6 @@ export default { ...@@ -453,7 +453,6 @@ export default {
}, },
recoveryChecked() { recoveryChecked() {
// console.log
for(let index in this.deptList) { for(let index in this.deptList) {
let dept = this.deptList[index]; let dept = this.deptList[index];
this.deptChecked(dept); this.deptChecked(dept);
...@@ -462,7 +461,7 @@ export default { ...@@ -462,7 +461,7 @@ export default {
deptChecked(dept) { deptChecked(dept) {
let deptIdList = this.deptWarhouse.deptIdList; let deptIdList = this.deptWarhouse.deptIdList;
console.log(deptIdList); // console.log(deptIdList);
const hasSelect = deptIdList.some(el => { const hasSelect = deptIdList.some(el => {
return dept.id === el return dept.id === el
}) })
...@@ -846,6 +845,7 @@ export default { ...@@ -846,6 +845,7 @@ export default {
//TODO 判断父节点的所有子节点是否都被选中 //TODO 判断父节点的所有子节点是否都被选中
} else { } else {
//TODO 取消选择判断父节点的所有子节点是否都被取消
if (row.children) { if (row.children) {
this.setChildren(row.children, false) this.setChildren(row.children, false)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment