📖 MALL:商品编辑 => 优化 SKU 表单

This commit is contained in:
YunaiV
2024-01-11 22:22:07 +08:00
parent efe702d383
commit 20b4a7fd66
6 changed files with 141 additions and 124 deletions

View File

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