This commit is contained in:
2021-02-03 15:01:27 +00:00
parent c582ea14c8
commit 14d9d5190b
2 changed files with 5 additions and 5 deletions

View File

@@ -515,7 +515,7 @@ export default {
},
async filter(item) {
// console.log("filter:", item);
let res = await this.$refs.dataTableFilter.open(item);
let res = await this.$refs.dataTableFilter.open(item.fk);
if (res && res.refresh == true) {
this.getDataFromApi();
}