diff --git a/src/components/CheckAttribute/index.vue b/src/components/CheckAttribute/index.vue
index 5b20ab3..6854f53 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 4a3b7df..bba261f 100644
--- a/src/views/product/attributeGroup/index.vue
+++ b/src/views/product/attributeGroup/index.vue
@@ -141,7 +141,7 @@