Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
This commit is contained in:
@@ -661,6 +661,7 @@ export default {
|
||||
},
|
||||
handleReset() {
|
||||
this.searchData = searchDataDefault()
|
||||
this.timeList = []
|
||||
this.getList()
|
||||
},
|
||||
getSite() {
|
||||
|
||||
@@ -1174,6 +1174,8 @@ export default {
|
||||
},
|
||||
handleReset() {
|
||||
this.searchData = searchDataDefault()
|
||||
this.timeList = []
|
||||
this.timeList2 = []
|
||||
this.getList()
|
||||
},
|
||||
getSite() {
|
||||
|
||||
@@ -1221,7 +1221,8 @@ export default {
|
||||
EndTime: null,
|
||||
Description: null,
|
||||
OpByUserName: null,
|
||||
BatchId: null
|
||||
BatchId: null,
|
||||
RoleName: null
|
||||
})
|
||||
this.getList()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user