瀏覽代碼

fix: 提交

master
yinsiyu 4 週之前
父節點
當前提交
e72a1ce788
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/api/dictManage/therapeutic.js

+ 1
- 1
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",
});
}

Loading…
取消
儲存