This commit is contained in:
2021-02-03 15:14:08 +00:00
parent 14d9d5190b
commit b3f65724db
2 changed files with 257 additions and 4 deletions

View File

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