列表优化bug修复
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-06-04 13:36:28 +08:00
parent d0bf19e3bf
commit 6c9e471e75
2 changed files with 2 additions and 0 deletions

View File

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

View File

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