Mr.Shi
2023-09-07 ed7bd02f3c812e904e43a76e16a4a5598f5bfd48
web_standard/src/components/system/role/PermissionConfigWindow.vue
@@ -69,8 +69,6 @@
     */
    confirm () {
      const selectedPermissions = this.$refs.tree.getCheckedNodes(false, true).filter(item => item.type !== 'module').map(item => item.id)
      console.log(selectedPermissions);
      debugger
      this.isWorking = true
      createRolePermission({
        roleId: this.role.id,