Explorar el Código

修复删除商品分类问题

macro hace 6 años
padre
commit
f753096bea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
   })
 }