diff --git a/src/views/pms/product/add.vue b/src/views/pms/product/add.vue index 0f36e89..a58c880 100644 --- a/src/views/pms/product/add.vue +++ b/src/views/pms/product/add.vue @@ -8,7 +8,7 @@ - +
@@ -71,7 +71,7 @@ ], previewStatus: 0, price: 0, - productAttributeCategoryId: 0, + productAttributeCategoryId: null, //商品属性相关 productAttributeValueList: [ { @@ -158,7 +158,7 @@ diff --git a/src/views/pms/product/components/addProductAttr.vue b/src/views/pms/product/components/addProductAttr.vue index f7e5e2d..0cacb31 100644 --- a/src/views/pms/product/components/addProductAttr.vue +++ b/src/views/pms/product/components/addProductAttr.vue @@ -1,15 +1,316 @@ diff --git a/src/views/pms/product/components/addProductInfo.vue b/src/views/pms/product/components/addProductInfo.vue index d95790c..c9766e9 100644 --- a/src/views/pms/product/components/addProductInfo.vue +++ b/src/views/pms/product/components/addProductInfo.vue @@ -1,6 +1,6 @@