This commit is contained in:
2021-09-29 22:03:40 +00:00
parent 8d874efe99
commit bf38c5f762
2 changed files with 5 additions and 4 deletions

View File

@@ -550,6 +550,10 @@ export default {
clearAllFilterConditions() {
this.editItem.filter.items.splice(0, this.editItem.filter.items.length);
this.editItem.filter.any = false;
window.$gz.form.setFormState({
vm: this,
dirty: true
});
},
async open(tableColumnData) {
this.tableColumnData = tableColumnData;