Compare commits
No commits in common. "431eab7e49ada1e014339b42c0280db1de545ce2" and "bd843fd18643811dbfdca8706988a00475e0a3e2" have entirely different histories.
431eab7e49
...
bd843fd186
|
@ -661,7 +661,6 @@ export default {
|
|||
},
|
||||
handleReset() {
|
||||
this.searchData = searchDataDefault()
|
||||
this.timeList = []
|
||||
this.getList()
|
||||
},
|
||||
getSite() {
|
||||
|
|
|
@ -1174,8 +1174,6 @@ export default {
|
|||
},
|
||||
handleReset() {
|
||||
this.searchData = searchDataDefault()
|
||||
this.timeList = []
|
||||
this.timeList2 = []
|
||||
this.getList()
|
||||
},
|
||||
getSite() {
|
||||
|
|
|
@ -1221,8 +1221,7 @@ export default {
|
|||
EndTime: null,
|
||||
Description: null,
|
||||
OpByUserName: null,
|
||||
BatchId: null,
|
||||
RoleName: null
|
||||
BatchId: null
|
||||
})
|
||||
this.getList()
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue