Pārlūkot izejas kodu

权限管理修改

duy 2 gadi atpakaļ
vecāks
revīzija
a4f1db45ed
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/authority/role.vue

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

@@ -308,7 +308,7 @@
         const menuArchivesList = this.$refs.treeArchivestMenu.getCheckedKeys();
         const menuListHanlf = this.$refs.treeMenu.getHalfCheckedKeys();
         const menuClientListHanlf = this.$refs.treeClientMenu.getHalfCheckedKeys();
-        const menuArchivesListHalf = this.$refs.treeArchivestMenu.getCheckedKeys();
+        const menuArchivesListHalf = this.$refs.treeArchivestMenu.getHalfCheckedKeys();
         const dataScopeList = this.$refs.treeDataScope.getCheckedKeys();
         const apiScopeList = this.$refs.treeApiScope.getCheckedKeys();
         const tableOwnersList = this.$refs.tableOwners.getCheckedKeys();