fixed #2078
This commit is contained in:
parent
c2d74eca9a
commit
6c634aa631
2 changed files with 358 additions and 247 deletions
|
@ -574,6 +574,7 @@
|
|||
|
||||
this.cloneColumns[index]._isFiltered = true;
|
||||
this.cloneColumns[index]._filterVisible = false;
|
||||
this.$emit('on-filter-change', column);
|
||||
},
|
||||
handleFilterSelect (index, value) {
|
||||
this.cloneColumns[index]._filterChecked = [value];
|
||||
|
@ -587,6 +588,7 @@
|
|||
let filterData = this.makeDataWithSort();
|
||||
filterData = this.filterOtherData(filterData, index);
|
||||
this.rebuildData = filterData;
|
||||
this.$emit('on-filter-change', this.cloneColumns[index]);
|
||||
},
|
||||
makeData () {
|
||||
let data = deepCopy(this.data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue