This commit is contained in:
2024-06-28 16:52:42 +08:00
parent 913c3d7892
commit 728c35b816
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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