From dc4e3fcd6e32b4c99ba09c35f8f32680454999e0 Mon Sep 17 00:00:00 2001 From: luowenfeng <1092164058@qq.com> Date: Mon, 24 Oct 2022 10:30:47 +0800 Subject: [PATCH] =?UTF-8?q?feature(=E5=95=86=E5=9F=8E):=20=E5=95=86?= =?UTF-8?q?=E5=9F=8Ereview=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-admin/src/views/mall/product/spu/save.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-ui-admin/src/views/mall/product/spu/save.vue b/yudao-ui-admin/src/views/mall/product/spu/save.vue index ea08de23b..5f6412d6d 100644 --- a/yudao-ui-admin/src/views/mall/product/spu/save.vue +++ b/yudao-ui-admin/src/views/mall/product/spu/save.vue @@ -458,7 +458,7 @@ export default { this.baseForm.id = data.id; this.baseForm.name = data.name; this.baseForm.sellPoint = data.sellPoint; - this.baseForm.categoryIds = data.categoryIds; + this.baseForm.categoryIds = data.categoryId; this.baseForm.videoUrl = data.videoUrl; this.baseForm.sort = data.sort; this.baseForm.description = data.description;