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