Browse Source

fix: 提交

master
yinsiyu 4 weeks ago
parent
commit
e72a1ce788
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/api/dictManage/therapeutic.js

+ 1
- 1
src/api/dictManage/therapeutic.js View File

@@ -65,6 +65,6 @@ export function getTherapeuticApi(id) {
export function delTherapeuticApi(id) {
return request({
url: `${BASE_URL}/${id}`,
method: "get",
method: "delete",
});
}

Loading…
Cancel
Save