mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
fix: 不同组织资产可读
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
|||||||
key: this.$t('tickets.PermissionName'),
|
key: this.$t('tickets.PermissionName'),
|
||||||
value: this.object.meta.apply_permission_name,
|
value: this.object.meta.apply_permission_name,
|
||||||
formatter: function(item, value) {
|
formatter: function(item, value) {
|
||||||
const to = { name: 'AssetPermissionDetail', params: { id: vm.object.id }}
|
const to = { name: 'ApplicationPermissionDetail', params: { id: vm.object.id }, query: { oid: vm.object.org_id }}
|
||||||
return <router-link to={to}>{ value }</router-link>
|
return <router-link to={to}>{ value }</router-link>
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@@ -98,7 +98,7 @@ export default {
|
|||||||
key: this.$t('tickets.PermissionName'),
|
key: this.$t('tickets.PermissionName'),
|
||||||
value: this.object.meta.apply_permission_name,
|
value: this.object.meta.apply_permission_name,
|
||||||
formatter: function(item, value) {
|
formatter: function(item, value) {
|
||||||
const to = { name: 'AssetPermissionDetail', params: { id: vm.object.id }}
|
const to = { name: 'AssetPermissionDetail', params: { id: vm.object.id }, query: { oid: vm.object.org_id }}
|
||||||
return <router-link to={to}>{ value }</router-link>
|
return <router-link to={to}>{ value }</router-link>
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user