소스 검색

角色权限

gangyj 2 년 전
부모
커밋
9e741a2aec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/authority/role.vue

+ 1 - 1
src/views/authority/role.vue

@@ -294,7 +294,7 @@
         const menuList = this.$refs.treeMenu.getCheckedKeys();
         const menuClientList = this.$refs.treeClientMenu.getCheckedKeys();
         const menuListHanlf = this.$refs.treeMenu.getHalfCheckedKeys();
-        const menuClientListHanlf = this.$refs.treeMenu.getHalfCheckedKeys();
+        const menuClientListHanlf = this.$refs.treeClientMenu.getHalfCheckedKeys();
         const dataScopeList = this.$refs.treeDataScope.getCheckedKeys();
         const apiScopeList = this.$refs.treeApiScope.getCheckedKeys();
         const tableOwnersList = this.$refs.tableOwners.getCheckedKeys();