uat_us
parent
23bc273a21
commit
2a1ced406c
|
@ -661,6 +661,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleReset() {
|
handleReset() {
|
||||||
this.searchData = searchDataDefault()
|
this.searchData = searchDataDefault()
|
||||||
|
this.timeList = []
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
getSite() {
|
getSite() {
|
||||||
|
|
|
@ -1174,6 +1174,8 @@ export default {
|
||||||
},
|
},
|
||||||
handleReset() {
|
handleReset() {
|
||||||
this.searchData = searchDataDefault()
|
this.searchData = searchDataDefault()
|
||||||
|
this.timeList = []
|
||||||
|
this.timeList2 = []
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
getSite() {
|
getSite() {
|
||||||
|
|
|
@ -1221,7 +1221,8 @@ 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