Browse Source

修复删除商品分类问题

macro 6 năm trước cách đây
mục cha
commit
f753096bea
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'
   })
 }