修复删除商品分类问题

This commit is contained in:
macro 2019-03-20 17:36:50 +08:00
parent 5307529fb1
commit f753096bea

View File

@ -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'
}) })
} }