MALL:简化 SPU 属性的维护逻辑

(cherry picked from commit a9400c5171)
This commit is contained in:
YunaiV
2024-01-12 23:17:48 +08:00
committed by shizhong
parent 92d3564cae
commit f2fcaf0eb3
5 changed files with 6 additions and 12 deletions

View File

@ -65,11 +65,6 @@ export const getPropertyPage = (params: PageParam) => {
return request.get({ url: '/product/property/page', params })
}
// 获得属性项列表
export const getPropertyList = (params: any) => {
return request.get({ url: '/product/property/list', params })
}
// ------------------------ 属性值 -------------------
// 获得属性值分页