Преглед изворни кода

修复删除商品分类问题

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