mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 03:45:07 +08:00
REVIEW 商品属性
This commit is contained in:
@ -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 })
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user