|
@@ -72,7 +72,7 @@ export default {
|
|
|
delete condition.buy_time;
|
|
|
}
|
|
|
info.status = '1';
|
|
|
- let res = await this.query({ skip, limit, ...condition, ...info });
|
|
|
+ let res = await this.query({ skip, limit, ...condition, ...info, shop: _.get(this.shop, '_id') });
|
|
|
if (this.$checkRes(res)) {
|
|
|
this.$set(this, 'list', res.data);
|
|
|
this.$set(this, 'total', res.total);
|