|
@@ -657,7 +657,7 @@ export default {
|
|
|
if (groupRes.length > 1) {
|
|
|
this.targets = [[classInfo.type, classInfo.id]]
|
|
|
} else {
|
|
|
- this.targets = [defaultClass]
|
|
|
+ this.targets = [[defaultClass]]
|
|
|
}
|
|
|
this.evaluationInfo.targets = this.targets
|
|
|
this.evaluationInfo.subjects = []
|