|
@@ -75,7 +75,8 @@
|
|
if (that.type == '1') info.tags = that.tags;
|
|
if (that.type == '1') info.tags = that.tags;
|
|
else if (that.type == '2') info.act_tags = that.act_tags;
|
|
else if (that.type == '2') info.act_tags = that.act_tags;
|
|
let res = await that.$api(`/goods`, 'GET', {
|
|
let res = await that.$api(`/goods`, 'GET', {
|
|
- ...info
|
|
|
|
|
|
+ ...info,
|
|
|
|
+ status: '1'
|
|
});
|
|
});
|
|
if (res.errcode == '0') {
|
|
if (res.errcode == '0') {
|
|
that.$set(that, `list`, res.data)
|
|
that.$set(that, `list`, res.data)
|