Authored by 郭成尧

'page处理'

... ... @@ -109,7 +109,7 @@
this.inSearching = true;
$.get(this.url, Object.assign({
page: this.page
page: nextPage
}, this.filter, locationQuery)).done(result => {
if (result.code === 200) {
self.page = result.data.page;
... ...