This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user