This commit is contained in:
2021-02-03 15:47:48 +00:00
parent b3f65724db
commit 47b008e4c1
2 changed files with 49 additions and 8 deletions

View File

@@ -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();
}