小助理

This commit is contained in:
liuye
2024-08-23 14:51:54 +08:00
parent 22ea9dd3df
commit fe0024e748
2 changed files with 3 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ export default {
...mapState(['user', 'token']),
},
onShow() {
this.current == 1
this.current = 1
this.getHistoryList()
},
methods: {
@@ -85,6 +85,7 @@ export default {
},
getSearchList() {
this.current = 1
this.pages = 2
this.getHistoryList()
},
handerClear() {

View File

@@ -115,6 +115,7 @@ export default {
},
getSearchList() {
this.current = 1
this.pages = 2
this.getHistoryList()
},
handerClear() {