|
@@ -577,6 +577,7 @@ export default {
|
|
this.form.concepts.push(concepts);
|
|
this.form.concepts.push(concepts);
|
|
});
|
|
});
|
|
this.form.concepts = this.unique(this.form.concepts);
|
|
this.form.concepts = this.unique(this.form.concepts);
|
|
|
|
+ this.excludedConceptIds = this.unique(this.excludedConceptIds);
|
|
this.leftList = this.form.concepts;
|
|
this.leftList = this.form.concepts;
|
|
this.conceptList = [];
|
|
this.conceptList = [];
|
|
this.multipleSelection = [];
|
|
this.multipleSelection = [];
|