From bd8d09e08a6c179b7c842b4ac77c5f468a0b1470 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期二, 24 六月 2025 16:32:34 +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