修改
This commit is contained in:
parent
b76079c769
commit
89d31d0392
@ -49,4 +49,13 @@ export function delGoodsCategory(id) {
|
||||
url: '/system/goodsCategory/' + id,
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
//不分页
|
||||
export function getStationCategoryList(parentId) {
|
||||
return request({
|
||||
url: `/system/goodsCategory/getStationCategoryList?parentId=${parentId}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user