diff --git a/src/views/product/add_shop.vue b/src/views/product/add_shop.vue
index 996c4a5..e1a877d 100644
--- a/src/views/product/add_shop.vue
+++ b/src/views/product/add_shop.vue
@@ -108,10 +108,7 @@
-
+
@@ -239,10 +236,7 @@
-
+
@@ -578,8 +572,11 @@ export default {
specInfo[index].realSalesNumber = item.productId;
specInfo[index].shopId = item.shopId;
specInfo[index].warnLine = item.warnLine;
+ specInfo[index].suit = item.suit;
+ specInfo[index].stockNumber = item.stockNumber;
return specInfo[index];
});
+ console.log(this.form.skuList);
this.originSkuList = [...this.form.skuList];
this.selectSpecResult = true;
}