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