BUG 31137
This commit is contained in:
@@ -50,6 +50,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
this.current = 1
|
||||
this.getList()
|
||||
document.title = this.$options.appName
|
||||
},
|
||||
|
||||
@@ -74,6 +74,7 @@ export default {
|
||||
},
|
||||
onShow() {
|
||||
document.title = this.$options.appName
|
||||
this.current = 1
|
||||
this.getDetail().then(this.getList)
|
||||
},
|
||||
onReachBottom() {
|
||||
|
||||
Reference in New Issue
Block a user