diff --git a/src/components/CheckAttribute/index.vue b/src/components/CheckAttribute/index.vue
index 5b20ab3..0da913a 100644
--- a/src/components/CheckAttribute/index.vue
+++ b/src/components/CheckAttribute/index.vue
@@ -99,7 +99,9 @@ export default {
data() {
return {
attributeIdList: [],
+ //选中集合
checkedAttributeList: [],
+ //未选择属性的查询参数
attributeQuery: {
pageNum: 1,
pageSize: 10,
@@ -107,6 +109,7 @@ export default {
name: null
},
attributeTotal: 0,
+ //查询出来未选择属性信息
attributeList: []
}
},
diff --git a/src/views/product/attributeGroup/index.vue b/src/views/product/attributeGroup/index.vue
index 54e8aed..6793859 100644
--- a/src/views/product/attributeGroup/index.vue
+++ b/src/views/product/attributeGroup/index.vue
@@ -141,7 +141,7 @@