소스 검색

feature(商城): 商城review改

luowenfeng 2 년 전
부모
커밋
dc4e3fcd6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      yudao-ui-admin/src/views/mall/product/spu/save.vue

+ 1 - 1
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;