From bc6df494c901d270a6c75fb1980bf9480d32d78f Mon Sep 17 00:00:00 2001
From: sjm <1191068887@qq.com>
Date: Thu, 12 Oct 2023 17:10:30 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=B7=BB=E5=8A=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/pms/product/AddProduct.vue | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/views/pms/product/AddProduct.vue b/src/views/pms/product/AddProduct.vue
index 0b447b3..6b303a5 100644
--- a/src/views/pms/product/AddProduct.vue
+++ b/src/views/pms/product/AddProduct.vue
@@ -114,6 +114,11 @@
+
+
+
+
+
@@ -223,10 +228,14 @@ export default {
it.outSkuId = sku.outSkuId;
it.price = sku.price;
it.pic = sku.pic;
+ it.stock = sku.stock;
+ it.id = sku.id
}else{
it.outSkuId = null;
it.price = null;
it.pic = null;
+ it.stock = null;
+ it.id = null
}
})