!105 update ruoyi-ui/src/views/system/role/index.vue.

Merge pull request !105 from FlyFive/N/A
This commit is contained in:
若依 2020-10-13 14:38:02 +08:00 committed by Gitee
commit fbbdd94999
1 changed files with 2 additions and 2 deletions

View File

@ -377,9 +377,9 @@ export default {
//
getDeptAllCheckedKeys() {
//
let checkedKeys = this.$refs.dept.getHalfCheckedKeys();
let checkedKeys = this.$refs.dept.getCheckedKeys();
//
let halfCheckedKeys = this.$refs.dept.getCheckedKeys();
let halfCheckedKeys = this.$refs.dept.getHalfCheckedKeys();
checkedKeys.unshift.apply(checkedKeys, halfCheckedKeys);
return checkedKeys;
},