mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-10 11:02:16 +00:00
fix: 将应用从某个授权中移除时,会从所有授权中移除
This commit is contained in:
parent
5ac8a6bdba
commit
04584bbd7b
@ -48,7 +48,7 @@ export default {
|
|||||||
width: 150,
|
width: 150,
|
||||||
objects: this.object.applications,
|
objects: this.object.applications,
|
||||||
formatter: DeleteActionFormatter,
|
formatter: DeleteActionFormatter,
|
||||||
deleteUrl: `/api/v1/perms/application-permissions-applications-relations/?remoteapppermission=${this.$route.params.id}&application=`
|
deleteUrl: `/api/v1/perms/application-permissions-applications-relations/?applicationpermission=${this.$route.params.id}&application=`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tableAttrs: {
|
tableAttrs: {
|
||||||
|
Loading…
Reference in New Issue
Block a user