This commit is contained in:
@@ -98,7 +98,7 @@ export default {
|
||||
* 保存种类的属性定义
|
||||
*/
|
||||
saveCategoryAttributes(categoryId, attrs) {
|
||||
return api.request(`/products/categories/${categoryId}/attributes`, 'POST', {}, { attributes: attrs })
|
||||
return api.request(`/products/categories/${categoryId}/attributes`, 'POST', {}, attrs)
|
||||
},
|
||||
|
||||
// ============ 商品属性 ============
|
||||
|
||||
Reference in New Issue
Block a user