更新
This commit is contained in:
parent
4eff6b3f5f
commit
e194526002
@ -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 => {
|
||||||
|
Loading…
Reference in New Issue
Block a user