分组修改

This commit is contained in:
GaoHao
2025-04-07 16:15:37 +08:00
parent db05de04a5
commit c0f03ef9aa
5 changed files with 78 additions and 17 deletions

View File

@@ -320,6 +320,20 @@ export function updateProdGroup(data, urlType = 'product') {
})
}
/**
* 商品分组简单修改
* @returns
*/
export function editProdGroup(data, urlType = 'product') {
return request({
url: `${urlType}/admin/prod/group/update`,
method: "PUT",
data: {
...data
}
})
}
/**
* 商品分组删除
* @returns