修改
This commit is contained in:
parent
913c3d7892
commit
728c35b816
@ -232,6 +232,7 @@ export default {
|
||||
this.getList();
|
||||
},
|
||||
handleClick(tab, event) {
|
||||
localStorage.setItem('routeCheckStatus', this.queryParams.routeCheckStatus)
|
||||
this.dischargeTime = [];
|
||||
this.queryParams.dischargeTimeStart = null;
|
||||
this.queryParams.dischargeTimeEnd = null;
|
||||
|
||||
@ -543,6 +543,7 @@ export default {
|
||||
}, `signRecord_${new Date().getTime()}.xlsx`)
|
||||
},
|
||||
handleClick(tab, event) {
|
||||
localStorage.setItem('serviceStatus', this.queryParams.serviceStatus)
|
||||
this.intentionalTime = []
|
||||
this.queryParams.intentionalTimeStart = null
|
||||
this.queryParams.intentionalTimeEnd = null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user