From 3c1061b55683f3b6ff10dc8259c0b0179e2846e2 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期二, 22 七月 2025 16:58:44 +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