From e72a1ce788f750e53eaebf89a1837521247597ef Mon Sep 17 00:00:00 2001 From: yinsiyu <516159562@qq.com> Date: Thu, 29 Aug 2024 00:32:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/dictManage/therapeutic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/dictManage/therapeutic.js b/src/api/dictManage/therapeutic.js index 129a6ad..f55a4cd 100644 --- a/src/api/dictManage/therapeutic.js +++ b/src/api/dictManage/therapeutic.js @@ -65,6 +65,6 @@ export function getTherapeuticApi(id) { export function delTherapeuticApi(id) { return request({ url: `${BASE_URL}/${id}`, - method: "get", + method: "delete", }); }