// 全选
handleCheckAllChange () {
let that = this
let roleTree = that.$refs.roleTree
if (that.roleAllFlag) {
roleTree.setCheckedNodes(that.roleTree)
} else {
roleTree.setCheckedKeys([])
}
},
// 全选
handleCheckAllChange () {
let that = this
let roleTree = that.$refs.roleTree
if (that.roleAllFlag) {
roleTree.setCheckedNodes(that.roleTree)
} else {
roleTree.setCheckedKeys([])
}
},