fix:分页修改

20240912_adapter_z
zane 10 months ago
parent 528e5477b9
commit 4304ad6c0d

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

Loading…
Cancel
Save