feature(商城): 商城review改

pull/2/head
luowenfeng 2022-10-24 10:30:47 +08:00
parent 8c4e3db32b
commit dc4e3fcd6e
1 changed files with 1 additions and 1 deletions

View File

@ -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;