We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95da3fe commit f1eb6afCopy full SHA for f1eb6af
src/views/mall/product/spu/save.vue
@@ -458,7 +458,7 @@ export default {
458
this.baseForm.id = data.id;
459
this.baseForm.name = data.name;
460
this.baseForm.sellPoint = data.sellPoint;
461
- this.baseForm.categoryIds = data.categoryIds;
+ this.baseForm.categoryIds = data.categoryId;
462
this.baseForm.videoUrl = data.videoUrl;
463
this.baseForm.sort = data.sort;
464
this.baseForm.description = data.description;
0 commit comments