filterRemotec.call(this.$parent,value,key,column) 把table对象传给filterRemote
This commit is contained in:
parent
12bcf7bd14
commit
acc6c4a64e
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@
|
|||
filterOtherData (data, index) {
|
||||
let column = this.cloneColumns[index];
|
||||
if(typeof column.filterRemote == 'function'){
|
||||
column.filterRemote.call(this.currentContext,column._filterChecked,column.key,column);
|
||||
column.filterRemote.call(this.$parent,column._filterChecked,column.key,column);
|
||||
}
|
||||
|
||||
this.cloneColumns.forEach((col, colIndex) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue