This commit is contained in:
parent
ea8b5cdaae
commit
202ee3cb6e
|
@ -801,7 +801,8 @@
|
||||||
status: arr,
|
status: arr,
|
||||||
page: that.page,
|
page: that.page,
|
||||||
limit: that.limit,
|
limit: that.limit,
|
||||||
product_type: this.product_type
|
product_type: this.product_type,
|
||||||
|
source: 11
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
let list = res.data.list || [];
|
let list = res.data.list || [];
|
||||||
let loadend = list.length < that.limit;
|
let loadend = list.length < that.limit;
|
||||||
|
|
Loading…
Reference in New Issue