ソースを参照

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

読み込み中…
キャンセル
保存