111
k94314517
2023-10-16 ca73a173f008c8d7a9d700bad897ca24fe2d2203
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,