From c1b92c8821e62bbf151d747a0ec630e18677438b Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期二, 15 七月 2025 09:21:39 +0800 Subject: [PATCH] qx --- 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