修复删除商品分类问题
This commit is contained in:
parent
5307529fb1
commit
f753096bea
@ -9,7 +9,7 @@ export function fetchList(parentId,params) {
|
|||||||
export function deleteProductCate(id) {
|
export function deleteProductCate(id) {
|
||||||
return request({
|
return request({
|
||||||
url:'/productCategory/delete/'+id,
|
url:'/productCategory/delete/'+id,
|
||||||
method:'get'
|
method:'post'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user