重置bug

20240912_adapter_z
zane 10 months ago
parent ad43c3b64a
commit 3860a49acf

@ -357,7 +357,14 @@ export default {
this.showSearch = !this.showSearch; this.showSearch = !this.showSearch;
}, },
onReset() { onReset() {
this.filterQuery = {}; this.filterQuery = {
tagStatus: this.tagStatus,
billNo: null,
busType: null,
workPlaceCode: null,
page: 1,
limit: 10,
};
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();
}, },

Loading…
Cancel
Save