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