From 04224cd8f7058c0da841234dccea7985d27f48f7 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 17 六月 2025 17:15:08 +0800 Subject: [PATCH] 1 --- 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