mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-17 14:27:18 +00:00
commit
0e65b7f1be
@ -78,7 +78,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
choicesIDs() {
|
choicesIDs() {
|
||||||
if (this.actions) {
|
if (this.actions.length !== 0) {
|
||||||
return this.actions
|
return this.actions
|
||||||
}
|
}
|
||||||
if (this.choices.length === 0) {
|
if (this.choices.length === 0) {
|
||||||
|
@ -64,7 +64,7 @@ export default {
|
|||||||
component: PermissionFormActionField,
|
component: PermissionFormActionField,
|
||||||
helpText: this.$t('common.actionsTips'),
|
helpText: this.$t('common.actionsTips'),
|
||||||
el: {
|
el: {
|
||||||
actions: []
|
actions: ['all', 'connect']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
apply_applications: {
|
apply_applications: {
|
||||||
|
Loading…
Reference in New Issue
Block a user