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