This commit is contained in:
@@ -514,7 +514,7 @@ export default {
|
||||
return "";
|
||||
},
|
||||
async filter(item) {
|
||||
let res = await this.$refs.dataTableFilter.open(item.fk);
|
||||
let res = await this.$refs.dataTableFilter.open(item);
|
||||
if (res && res.refresh == true) {
|
||||
this.getDataFromApi();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user