|
@@ -116,7 +116,7 @@ export default {
|
|
enableAIFeature() {
|
|
enableAIFeature() {
|
|
return !this.generation.activeOpt.decisionMaking
|
|
return !this.generation.activeOpt.decisionMaking
|
|
&& this.generation.activeOpt != this.generation.options.primary
|
|
&& this.generation.activeOpt != this.generation.options.primary
|
|
- && !this.readonly
|
|
|
|
|
|
+ && !this.readonly && !this.enrollStatus.enrolledGroup
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|