YY 2 år sedan
förälder
incheckning
1f09d0ae24
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/selfShop/order/parts/parts/detail-1.vue

+ 1 - 1
src/views/selfShop/order/parts/parts/detail-1.vue

@@ -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);