小助理
This commit is contained in:
@@ -57,7 +57,7 @@ export default {
|
|||||||
...mapState(['user', 'token']),
|
...mapState(['user', 'token']),
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.current == 1
|
this.current = 1
|
||||||
this.getHistoryList()
|
this.getHistoryList()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -85,6 +85,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getSearchList() {
|
getSearchList() {
|
||||||
this.current = 1
|
this.current = 1
|
||||||
|
this.pages = 2
|
||||||
this.getHistoryList()
|
this.getHistoryList()
|
||||||
},
|
},
|
||||||
handerClear() {
|
handerClear() {
|
||||||
|
|||||||
@@ -115,6 +115,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getSearchList() {
|
getSearchList() {
|
||||||
this.current = 1
|
this.current = 1
|
||||||
|
this.pages = 2
|
||||||
this.getHistoryList()
|
this.getHistoryList()
|
||||||
},
|
},
|
||||||
handerClear() {
|
handerClear() {
|
||||||
|
|||||||
Reference in New Issue
Block a user