diff --git a/beike/Admin/Repositories/AttributeGroupRepo.php b/beike/Admin/Repositories/AttributeGroupRepo.php index 7f89fbfc..1c306f3d 100644 --- a/beike/Admin/Repositories/AttributeGroupRepo.php +++ b/beike/Admin/Repositories/AttributeGroupRepo.php @@ -56,6 +56,8 @@ class AttributeGroupRepo $attributeGroup->descriptions()->delete(); $attributeGroup->descriptions()->createMany($descriptions); + $attributeGroup->load('description', 'descriptions'); + return $attributeGroup; }