Commit e68b7c5e authored by wanglianghe's avatar wanglianghe

去掉打印

parent a82ff5c2
......@@ -453,7 +453,6 @@ export default {
},
recoveryChecked() {
// console.log
for(let index in this.deptList) {
let dept = this.deptList[index];
this.deptChecked(dept);
......@@ -462,7 +461,7 @@ export default {
deptChecked(dept) {
let deptIdList = this.deptWarhouse.deptIdList;
console.log(deptIdList);
// console.log(deptIdList);
const hasSelect = deptIdList.some(el => {
return dept.id === el
})
......@@ -846,6 +845,7 @@ export default {
//TODO 判断父节点的所有子节点是否都被选中
} else {
//TODO 取消选择判断父节点的所有子节点是否都被取消
if (row.children) {
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