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