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

This commit is contained in:
YunaiV
2024-01-12 23:17:48 +08:00
parent 10afbe8e2f
commit a9400c5171
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 })
}
// ------------------------ 属性值 -------------------
// 获得属性值分页