From 163f9f26c29cd0db86d4e9f97096d8df486af289 Mon Sep 17 00:00:00 2001 From: paulGao Date: Tue, 27 Sep 2022 10:38:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E5=A4=8D=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=AB=AF=E5=88=86=E7=B1=BB=E7=BB=91=E5=AE=9A=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E6=97=A0=E6=95=B0=E6=8D=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/goods/goods-manage/category.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/src/views/goods/goods-manage/category.vue b/manager/src/views/goods/goods-manage/category.vue index 8fb41ac9..50bb4312 100644 --- a/manager/src/views/goods/goods-manage/category.vue +++ b/manager/src/views/goods/goods-manage/category.vue @@ -285,7 +285,7 @@ export default { getSpecList() { getSpecificationList().then((res) => { if (res.length != 0) { - this.specifications = res; + this.specifications = res.result; } }); },