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