|
@@ -127,11 +127,6 @@ export default {
|
|
|
}
|
|
|
this.$set(this, `pageSelected`, res);
|
|
|
this.$emit(`handleSelect`, res);
|
|
|
-
|
|
|
- // let res = [];
|
|
|
- // this.pageSelected.concat(selection);
|
|
|
- // res = this.pageSelected;
|
|
|
- // this.$emit('handleSelect', _.uniqBy(res, `id`));
|
|
|
},
|
|
|
initSelection() {
|
|
|
this.$nextTick(() => {
|