Skip to content

Commit

Permalink
fixed: Fixed an issue with draggable Tree nodes under asset authoriza…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
ZhaoJiSen committed Sep 26, 2024
1 parent e82ec68 commit 730d47f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/views/perms/AssetPermission/AssetPermissionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ export default {
notShowBuiltinTree: true,
url: '/api/v1/perms/asset-permissions/',
nodeUrl: '/api/v1/perms/asset-permissions/',
treeUrl: '/api/v1/assets/nodes/children/tree/?assets=1'
treeUrl: '/api/v1/assets/nodes/children/tree/?assets=1',
edit: {
drag: {
isMove: false
}
}
},
tableConfig: {
url: '/api/v1/perms/asset-permissions/',
Expand Down

0 comments on commit 730d47f

Please sign in to comment.