|
@@ -235,6 +235,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
if (type == 3 || type == 4) {
|
|
if (type == 3 || type == 4) {
|
|
|
data.businessIds = this.oldObj.businessId;
|
|
data.businessIds = this.oldObj.businessId;
|
|
|
|
|
+ data.status = 1
|
|
|
}
|
|
}
|
|
|
data.goodsStatus = 1
|
|
data.goodsStatus = 1
|
|
|
this.$api.inquireGoods(data).then((res) => {
|
|
this.$api.inquireGoods(data).then((res) => {
|