|
|
|
@ -154,14 +154,14 @@
|
|
|
|
|
} |
|
|
|
|
this.loading = false |
|
|
|
|
} |
|
|
|
|
console.log("biaoshiii",res.message); |
|
|
|
|
// console.log("biaoshiii",res.message); |
|
|
|
|
that.userIdentity = res.message |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
setThisExpandedKeys(node) { |
|
|
|
|
//只展开一级目录 |
|
|
|
|
if (node.children && node.children.length > 0) { |
|
|
|
|
this.iExpandedKeys.push(node.key) |
|
|
|
|
// this.iExpandedKeys.push(node.key) |
|
|
|
|
//下方代码放开注释则默认展开所有节点 |
|
|
|
|
/** |
|
|
|
|
for (let a = 0; a < node.children.length; a++) { |
|
|
|
@ -227,14 +227,13 @@
|
|
|
|
|
if (this.selectedKeys[0] !== selectedKeys[0]) { |
|
|
|
|
this.selectedKeys = [selectedKeys[0]]; |
|
|
|
|
} |
|
|
|
|
console.log("12312") |
|
|
|
|
// console.log("12312") |
|
|
|
|
let record = e.node.dataRef; |
|
|
|
|
this.checkedKeys.push(record.id); |
|
|
|
|
this.$refs.DeptBaseInfo.open(record); |
|
|
|
|
this.$refs.DeptUserInfo.onClearSelected(); |
|
|
|
|
this.$refs.DeptUserInfo.open(record); |
|
|
|
|
console.log("" + |
|
|
|
|
"123123",this.userIdentity) |
|
|
|
|
// console.log("" +"123123",this.userIdentity) |
|
|
|
|
if(this.userIdentity !== '1'){ |
|
|
|
|
this.$refs.DeptRoleInfo.onClearSelected(); |
|
|
|
|
this.$refs.DeptRoleInfo.open(record); |
|
|
|
|