Skip to content

Commit

Permalink
修复删除商品分类问题
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Mar 20, 2019
1 parent 5307529 commit f753096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/productCate.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function fetchList(parentId,params) {
export function deleteProductCate(id) {
return request({
url:'/productCategory/delete/'+id,
method:'get'
method:'post'
})
}

Expand Down

0 comments on commit f753096

Please sign in to comment.