mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 03:15:07 +08:00
REVIEW 商品品牌
This commit is contained in:
@ -51,6 +51,6 @@ export const getBrand = (id: number) => {
|
||||
}
|
||||
|
||||
// 获得商品品牌列表
|
||||
export const getBrandList = (params: any) => {
|
||||
export const getBrandParam = (params: PageParam) => {
|
||||
return request.get({ url: '/product/brand/page', params })
|
||||
}
|
||||
|
Reference in New Issue
Block a user