From f753096bea7862c9152a0e67e88cedf2fadb3bd4 Mon Sep 17 00:00:00 2001 From: macro Date: Wed, 20 Mar 2019 17:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=88=86=E7=B1=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/productCate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/productCate.js b/src/api/productCate.js index 9643165..f996299 100644 --- a/src/api/productCate.js +++ b/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' }) }