|
@@ -131,7 +131,7 @@ export default {
|
|
|
if (this.cutoff(res.msg)) return;
|
|
|
this.$refs.List.setHeight()
|
|
|
this.list = this.$refs.storeList.handleList(res.data);
|
|
|
- this.$refs.List.paging(current, res, true)
|
|
|
+ this.$refs.List.paging(content, res, true)
|
|
|
})
|
|
|
}
|
|
|
}.bind(this)
|