REVIEW 商品属性

This commit is contained in:
YunaiV
2023-04-02 01:25:31 +08:00
parent 616243a0ab
commit 5a5202d483
4 changed files with 44 additions and 31 deletions

View File

@ -61,7 +61,7 @@ export const getProperty = (id: number): Promise<PropertyVO> => {
}
// 获得属性项分页
export const getPropertyPage = (params: PageParam & any) => {
export const getPropertyPage = (params: PageParam) => {
return request.get({ url: '/product/property/page', params })
}