From c75699ddaed0b8c12d381c17baee193936f806e4 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期三, 14 五月 2025 08:59:21 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region --- src/api/hosp/history.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/hosp/history.js b/src/api/hosp/history.js index 57ae71b..d88def2 100644 --- a/src/api/hosp/history.js +++ b/src/api/hosp/history.js @@ -59,3 +59,11 @@ }) } +// 鍒犻櫎鑱屼笟鐥囩姸鎴栬亴涓氱梾鍙叉帴鍙� +export function removeAskHistorys(historyId) { + return request({ + url: '/hosp/history/removeAskHistorys', + method: 'post', + data: historyId + }) +} \ No newline at end of file -- Gitblit v1.8.0