From 35bb7fb77d147eb1aada46c2ac3613f24304859d Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期五, 13 六月 2025 09:24:02 +0800 Subject: [PATCH] 1 --- src/api/hosp/history.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/api/hosp/history.js b/src/api/hosp/history.js index 57ae71b..2cb8850 100644 --- a/src/api/hosp/history.js +++ b/src/api/hosp/history.js @@ -46,7 +46,7 @@ //鏍规嵁瀹㈡埛id鑾峰彇闂瘖璇︾粏淇℃伅 export function getInfoById(tjNumber) { return request({ - url: '/hosp/history/getInfoById?tjNumber=' + tjNumber , + url: '/hosp/history/getInfoById?tjNumber=' + tjNumber, method: 'get', }) } @@ -59,3 +59,12 @@ }) } +// 鍒犻櫎鑱屼笟鐥囩姸鎴栬亴涓氱梾鍙叉帴鍙� +export function removeAskHistorys(historyId) { + return request({ + url: '/hosp/history/removeAskHistorys', + method: 'post', + data: historyId + }) +} + -- Gitblit v1.8.0