From 8432ebc62d5a90f040cd03b74a45fa4683683e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B2=B3=E5=B9=B3?= <14767849+liuehping@user.noreply.gitee.com> Date: Wed, 13 Nov 2024 18:07:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CheckAttribute/index.vue | 3 +++ src/views/product/attributeGroup/index.vue | 13 +++---------- 2 files changed, 6 insertions(+), 10 deletions(-) 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 @@ - +