Skip to content

Commit f1eb6af

Browse files
committed
feature(商城): 商城review改
1 parent 95da3fe commit f1eb6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/mall/product/spu/save.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ export default {
458458
this.baseForm.id = data.id;
459459
this.baseForm.name = data.name;
460460
this.baseForm.sellPoint = data.sellPoint;
461-
this.baseForm.categoryIds = data.categoryIds;
461+
this.baseForm.categoryIds = data.categoryId;
462462
this.baseForm.videoUrl = data.videoUrl;
463463
this.baseForm.sort = data.sort;
464464
this.baseForm.description = data.description;

0 commit comments

Comments
 (0)