bug
jiangping
2023-11-07 64b432916af9c9218ab3f3eca614e26c542142ae
web_standard/src/components/system/role/PermissionConfigWindow.vue
@@ -72,7 +72,8 @@
      this.isWorking = true
      createRolePermission({
        roleId: this.role.id,
        permissionIds: selectedPermissions
        permissionIds: selectedPermissions,
        type:1
      })
        .then(() => {
          this.visible = false