Compare commits

...

2 Commits

Author SHA1 Message Date
熊飞 431eab7e49 Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web 2024-01-15 16:52:52 +08:00
熊飞 2a1ced406c 1 2024-01-15 16:52:47 +08:00
3 changed files with 5 additions and 1 deletions

View File

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

View File

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

View File

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