BUG 25114
This commit is contained in:
@@ -71,15 +71,15 @@ export default {
|
||||
return this.$route.hash == "#add"
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
this.current = 1;
|
||||
this.getList()
|
||||
},
|
||||
onReachBottom() {
|
||||
this.current++;
|
||||
this.getList()
|
||||
},
|
||||
methods: {
|
||||
emitShow() {
|
||||
this.current = 1;
|
||||
this.getList()
|
||||
},
|
||||
emitReachBottom() {
|
||||
this.current++;
|
||||
this.getList()
|
||||
},
|
||||
getList() {
|
||||
this.$http.post('/app/appinterview/list-xcx', null, {
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user