Compare commits

..

No commits in common. "431eab7e49ada1e014339b42c0280db1de545ce2" and "bd843fd18643811dbfdca8706988a00475e0a3e2" have entirely different histories.

3 changed files with 1 additions and 5 deletions

View File

@ -661,7 +661,6 @@ export default {
},
handleReset() {
this.searchData = searchDataDefault()
this.timeList = []
this.getList()
},
getSite() {

View File

@ -1174,8 +1174,6 @@ export default {
},
handleReset() {
this.searchData = searchDataDefault()
this.timeList = []
this.timeList2 = []
this.getList()
},
getSite() {

View File

@ -1221,8 +1221,7 @@ export default {
EndTime: null,
Description: null,
OpByUserName: null,
BatchId: null,
RoleName: null
BatchId: null
})
this.getList()
},