From d927eaadf71c60a65791a3dd6fcb78e7e03a8815 Mon Sep 17 00:00:00 2001 From: pikachu <1321288662@qq.com> Date: Thu, 20 May 2021 08:30:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=8F=82=E6=95=B0=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/goods/goods-manage/category.vue | 1 + .../views/goods/goods-manage/parameter.vue | 52 +++++++++++++------ 2 files changed, 38 insertions(+), 15 deletions(-) diff --git a/manager/src/views/goods/goods-manage/category.vue b/manager/src/views/goods/goods-manage/category.vue index a975f951..4efb51a1 100644 --- a/manager/src/views/goods/goods-manage/category.vue +++ b/manager/src/views/goods/goods-manage/category.vue @@ -244,6 +244,7 @@ export default { //弹出品牌关联框 brandOperation(v) { getCategoryBrandListData(v.id).then((res) => { + console.warn(res) this.categoryId = v.id; this.modalBrandTitle = "品牌关联"; this.brandForm.categoryBrands = res.result.map((item) => item.id); diff --git a/manager/src/views/goods/goods-manage/parameter.vue b/manager/src/views/goods/goods-manage/parameter.vue index f0d7534e..373a4041 100644 --- a/manager/src/views/goods/goods-manage/parameter.vue +++ b/manager/src/views/goods/goods-manage/parameter.vue @@ -31,9 +31,7 @@