Skip to content

Commit

Permalink
Merge pull request #4120 from jumpserver/pr@dev@asset_perm
Browse files Browse the repository at this point in the history
fix: Asset authorization cannot be imported
  • Loading branch information
feng626 authored Jun 26, 2024
2 parents 40a18d7 + 40b8b3f commit 86efbbc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/views/perms/AssetPermission/AssetPermissionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ export default {
this.$router.push(route)
}
},
handleImportClick: ({ selectedRows }) => {
this.$eventBus.$emit('showImportDialog', {
selectedRows,
url: '/api/v1/perms/asset-permissions/'
})
},
searchConfig: {
url: '',
options: AssetPermissionListPageSearchConfigOptions
Expand Down

0 comments on commit 86efbbc

Please sign in to comment.