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