浏览代码

修复删除商品分类问题

macro 6 年之前
父节点
当前提交
f753096bea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/productCate.js

+ 1 - 1
src/api/productCate.js

@@ -9,7 +9,7 @@ export function fetchList(parentId,params) {
 export function deleteProductCate(id) {
   return request({
     url:'/productCategory/delete/'+id,
-    method:'get'
+    method:'post'
   })
 }