Ver Fonte

修复删除商品分类问题

macro há 6 anos atrás
pai
commit
f753096bea
1 ficheiros alterados com 1 adições e 1 exclusões
  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'
   })
 }