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; } }); },