列表优化bug修复
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d0bf19e3bf
commit
6c9e471e75
|
@ -476,6 +476,7 @@ export default {
|
|||
this.getList()
|
||||
},
|
||||
handleReset() {
|
||||
this.timeList = []
|
||||
this.searchData = searchDataDefault()
|
||||
this.getList()
|
||||
},
|
||||
|
|
|
@ -501,6 +501,7 @@ export default {
|
|||
this.getList()
|
||||
},
|
||||
handleReset() {
|
||||
this.timeList = []
|
||||
this.searchData = searchDataDefault()
|
||||
this.getList()
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue