This commit is contained in:
许允枞 2024-09-14 14:54:41 +08:00
parent 4eff6b3f5f
commit e194526002

View File

@ -572,11 +572,13 @@ export default {
page: 1, page: 1,
pageSize: 10 pageSize: 10
}, },
this.queryParams.staffId = ''
this.dateRange = [] this.dateRange = []
this.beginTime = ""; this.beginTime = "";
this.endTime = "" this.endTime = ""
this.queryParams.status = '统一交班'; this.queryParams.status = '统一交班';
this.getList(); this.getList();
this.getHandover();
}, },
printLocally(data) { printLocally(data) {
printLocallyApi(data).then(res => { printLocallyApi(data).then(res => {