YY 2 năm trước cách đây
mục cha
commit
ceb6d5c615
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/platActivi/act/parts/goods/goodsDetail.vue

+ 1 - 1
src/views/platActivi/act/parts/goods/goodsDetail.vue

@@ -76,7 +76,7 @@ export default {
     },
     // 新增
     async toAdd({ data }) {
-      let query = { platform_act: this.id, shop: data.shop, goods: data._id, platform_act_type: this.type, status: data.status };
+      let query = { platform_act: this.id, shop: data.shop, goods: data._id, platform_act_type: this.type, status: '1'};
       if (this.type == '4') query.goods_type = this.goods_type;
       this.$router.push({ path: './goodsSpec', query: query });
     },