|
@@ -72,10 +72,7 @@ export default {
|
|
|
newVal.forEach(item => {
|
|
|
arr.push(item.conceptId);
|
|
|
});
|
|
|
- console.log(arr);
|
|
|
- if (this.autoValue) {
|
|
|
- this.$emit('updata:list', arr);
|
|
|
- }
|
|
|
+ this.$emit('updata:list',arr)
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
@@ -117,6 +114,7 @@ export default {
|
|
|
unblur() {
|
|
|
this.onshow = false;
|
|
|
this.value = '';
|
|
|
+
|
|
|
},
|
|
|
shuffle() {
|
|
|
this.items = _.shuffle(this.items);
|